summaryrefslogtreecommitdiff
path: root/lispref/internals.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-07-22 15:23:16 +0000
committerRichard M. Stallman <rms@gnu.org>2003-07-22 15:23:16 +0000
commit66c0f0547b81362cfbe4cbad6a731a5b48481782 (patch)
treea3c4a05f04ed55257ac6bc442243ba6058ead497 /lispref/internals.texi
parent13a105af210280e47773abd7f985f1985ea2cda6 (diff)
downloademacs-66c0f0547b81362cfbe4cbad6a731a5b48481782.tar.gz
(Garbage Collection): Add gcs-done, gc-elapsed.
Diffstat (limited to 'lispref/internals.texi')
-rw-r--r--lispref/internals.texi11
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