emacs-gc-stats 1.4
Collect Emacs GC statistics
This package collects Emacs garbage collection (GC) statistics over time and saves it in the format that can be shared with Emacs maintainers.
This package does not upload anything automatically. You will need to upload the data manually, by sending email attachment. If necessary, you can review emacs-gc-stats-file
(defaults to ~/.emacs.d/emacs-gc-stats.eld
) before uploading-it is just a text file.
- Outputs:
out
- Website: https://git.sr.ht/~yantar92/emacs-gc-stats
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-gc-stats 1.4
as follows:
guix install emacs-gc-stats@1.4
Or install the latest version:
guix install emacs-gc-stats
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.