]> git.eshelyaron.com Git - emacs.git/commitdiff
(Garbage Collection): Add gcs-done, gc-elapsed.
authorRichard M. Stallman <rms@gnu.org>
Tue, 22 Jul 2003 15:23:16 +0000 (15:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 22 Jul 2003 15:23:16 +0000 (15:23 +0000)
lispref/internals.texi

index e469ccc3769305eeaef79cfead536672c6202958..31143891db3814475dcc1eefbbfbf7559759ec0c 100644 (file)
@@ -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