[PATCH] gnu: Add emacs-gc-stats.

  • Done
  • quality assurance status badge
Details
One participant
  • Ahmad Draidi
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal

Debbugs page

Ahmad Draidi wrote 2 years ago
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
1bfaec5aa1c5d8243aba15092866e7043add5c16.1689012599.git.a.r.draidi@redscript.org
* gnu/packages/emacs-xyz.scm (emacs-gc-stats): New variable.
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

Toggle diff (39 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fb36d7d29d..365721ffb4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3704,6 +3704,30 @@ (define-public emacs-aggressive-indent
than @code{electric-indent-mode}.")
(license license:gpl2+)))
+(define-public emacs-gc-stats
+ (package
+ (name "emacs-gc-stats")
+ (version "1.4")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://elpa.gnu.org/packages/"
+ "emacs-gc-stats-" version ".tar"))
+ (sha256
+ (base32
+ "19195s2nw87nmdz861j6shw5m2lv0spbcb1wff0y338fgx9sicgz"))))
+ (build-system emacs-build-system)
+ (home-page "https://git.sr.ht/~yantar92/emacs-gc-stats")
+ (synopsis "Collect Emacs GC statistics")
+ (description
+ "This package collects Emacs @dfn{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
+@code{emacs-gc-stats-file} (defaults to @code{~/.emacs.d/emacs-gc-stats.eld})
+before uploading-it is just a text file.")
+ (license license:gpl3+)))
+
(define-public emacs-gcmh
;; No tagged release upstream, but the commit below correspond to the 0.2.1
;; release.

base-commit: b7be0a999df8984fee8bd9d283b8fbe7e4da879d
--
2.41.0
Ahmad Draidi wrote 2 years ago
These didn't close for some reason
(address . control@debbugs.gnu.org)
87leeyknoo.fsf@redscript.org
close 64560 64660 64661

These were already merged but the close command didn't work for
some reason.
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64560@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64560
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help