emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/emacs-gc-stats e64d069950 08/24: Record `memory-info' o


From: ELPA Syncer
Subject: [elpa] externals/emacs-gc-stats e64d069950 08/24: Record `memory-info' on init only
Date: Sat, 10 Jun 2023 12:58:44 -0400 (EDT)

branch: externals/emacs-gc-stats
commit e64d0699509888a1193350cee3bb9274b7d1bb24
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    Record `memory-info' on init only
    
    * emacs-gc-stats.el (emacs-gc-stats--setting-vars):
    (emacs-gc-stats--command-vars): Update the values.
---
 emacs-gc-stats.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/emacs-gc-stats.el b/emacs-gc-stats.el
index 4e1feaac8e..a8da7774b8 100644
--- a/emacs-gc-stats.el
+++ b/emacs-gc-stats.el
@@ -52,7 +52,8 @@
   '(gc-cons-threshold
     gc-cons-percentage
     memory-limit
-    emacs-version)
+    emacs-version
+    memory-info)
   "List of variable/function symbols to collect.")
 
 (defvar emacs-gc-stats--command-vars
@@ -62,8 +63,7 @@
     gc-elapsed
     gcs-done
     this-command
-    memory-limit
-    memory-info)
+    memory-limit)
   "List of variable/function symbols to collect for each GC or command.")
 
 (defvar emacs-gc-stats--summary-vars



reply via email to

[Prev in Thread] Current Thread [Next in Thread]