all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Possible useful guix package performance data
@ 2024-11-01  6:27 Evan Cooney
  0 siblings, 0 replies; only message in thread
From: Evan Cooney @ 2024-11-01  6:27 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 653 bytes --]

Hi everyone, I used guile's statprof profiler to collect some performance
data for guix package. I added the profiler by using the statprof module in
guix/guix/scripts/package.scm and wrapping the call to guix-package* in the
guix package define command thing in a lambda, then in statprof. Here is
the code: paste.debian.net/1334168
I collected this data by running guix package -i krita inkscape
rust-rustup-toolchain. It uses a significant amount of time in the garbage
collector (~75% of total runtime) and ~45% of time is spend calling append.
What do y'all make of this? Here is the full data: paste.debian.net/1334174

Happy hacking!
Evan Cooney

[-- Attachment #2: Type: text/html, Size: 868 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-01  6:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-01  6:27 Possible useful guix package performance data Evan Cooney

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.