branch: externals/emacs-gc-stats
commit e64d0699509888a1193350cee3bb9274b7d1bb24
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@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