diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-12-29 20:59:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-12-29 20:59:33 +0000 |
commit | 5b2279a391d8b6a89dac513a9a5e38667820b820 (patch) | |
tree | fac5cfbb2c93259de6d487779b42894b745ec89c /lispref/internals.texi | |
parent | 0c10c5de42ae41fad92880817bfb8b6e43e4bcbe (diff) | |
download | emacs-5b2279a391d8b6a89dac513a9a5e38667820b820.tar.gz |
(Garbage Collection): Add memory-use-counts.
Diffstat (limited to 'lispref/internals.texi')
-rw-r--r-- | lispref/internals.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lispref/internals.texi b/lispref/internals.texi index 2a4572560a7..907a01df9e9 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi @@ -383,6 +383,12 @@ You can use this to get a general idea of how your actions affect the memory usage. @end defun +@defun memory-use-counts +This returns a list of numbers that count the number of objects +created in this Emacs session. Each of these counters increments for +a certain kind of object. See the documentation string for details. +@end defun + @defvar gcs-done This variable contains the total number of garbage collections done so far in this Emacs session. |