[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
- [elpa] externals/emacs-gc-stats b2c73b2dc0 01/24: Initial commit, (continued)
- [elpa] externals/emacs-gc-stats b2c73b2dc0 01/24: Initial commit, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats d2f48f488c 05/24: Update the usage docs, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats 048af820a7 06/24: emacs-gc-stats-save-session: Smarter repeated session data save, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats 9183a40b15 03/24: Do not use :time keyword in stat data, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats bc6fe1e960 10/24: Record `memory-info' output, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats e06240ad05 14/24: Add license, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats ec9b22d455 15/24: Add README, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats f317944684 19/24: reword README, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats 248ade4f62 04/24: Add `emacs-gc-stats-clear' command, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats fdbb7251b4 07/24: Record init.el stats, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats e64d069950 08/24: Record `memory-info' on init only,
ELPA Syncer <=
- [elpa] externals/emacs-gc-stats 30340df54c 18/24: Use Org for README source, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats 1a8cd5dd08 11/24: Add idle time counter, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats c08135aeaa 12/24: Fix variable name, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats 0725079b75 13/24: Fix linter warnings, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats d27c438dfc 16/24: Fix typo, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats c2c67c16b0 22/24: Add .elpaignore, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats 1fe543c9b6 20/24: README: Link to my email, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats de80c141c6 21/24: * emacs-gc-stats.el: Add maintainer, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats 7a454887a1 02/24: Initial implemention, ELPA Syncer, 2023/06/10
- [elpa] externals/emacs-gc-stats 271ea760fc 09/24: Add some common Emacs distribution indicators, ELPA Syncer, 2023/06/10