[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/17: gnu: Add emacs-gc-stats.
From: |
guix-commits |
Subject: |
02/17: gnu: Add emacs-gc-stats. |
Date: |
Sun, 23 Jul 2023 03:51:24 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 69bfb753bed5e106af08434ab619a8f810b4904d
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Mon Jul 10 22:09:59 2023 +0400
gnu: Add emacs-gc-stats.
* gnu/packages/emacs-xyz.scm (emacs-gc-stats): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 61f42f3baa..1c8ecdebe2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3729,6 +3729,30 @@ always indented. It reindents after every change,
making it more reliable
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.
- branch master updated (fdfea4c4ed -> 445a035908), guix-commits, 2023/07/23
- 02/17: gnu: Add emacs-gc-stats.,
guix-commits <=
- 01/17: gnu: Add emacs-sweet-theme., guix-commits, 2023/07/23
- 04/17: gnu: Add emacs-transient-posframe., guix-commits, 2023/07/23
- 03/17: gnu: gnome-shell-extension-dash-to-panel: Update to 56., guix-commits, 2023/07/23
- 07/17: gnu: Add emacs-exotica-theme., guix-commits, 2023/07/23
- 09/17: gnu: Add emacs-mode-line-bell., guix-commits, 2023/07/23
- 10/17: gnu: Add emacs-persistent-scratch., guix-commits, 2023/07/23
- 13/17: gnu: Add emacs-consult-flycheck., guix-commits, 2023/07/23
- 06/17: gnu: Add emacs-zeno-theme., guix-commits, 2023/07/23
- 05/17: gnu: Add emacs-which-key-posframe., guix-commits, 2023/07/23
- 12/17: gnu: Add emacs-heaven-and-hell., guix-commits, 2023/07/23