diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-07-22 15:23:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-07-22 15:23:16 +0000 |
commit | 66c0f0547b81362cfbe4cbad6a731a5b48481782 (patch) | |
tree | a3c4a05f04ed55257ac6bc442243ba6058ead497 /lispref/internals.texi | |
parent | 13a105af210280e47773abd7f985f1985ea2cda6 (diff) | |
download | emacs-66c0f0547b81362cfbe4cbad6a731a5b48481782.tar.gz |
(Garbage Collection): Add gcs-done, gc-elapsed.
Diffstat (limited to 'lispref/internals.texi')
-rw-r--r-- | lispref/internals.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lispref/internals.texi b/lispref/internals.texi index e469ccc3769..31143891db3 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi @@ -382,6 +382,17 @@ You can use this to get a general idea of how your actions affect the memory usage. @end defun +@defvar gcs-done +This variable contains the total number of garbage collections +done so far in this Emacs session. +@end defun + +@defvar gc-elapsed +This variable contains the total number of seconds of elapsed time +during garbage collection so far in this Emacs session, as a floating +point number. +@end defun + @node Memory Usage @section Memory Usage |