changeset 51999:b0f308799955

(Garbage Collection): Add gcs-done, gc-elapsed.
author Richard M. Stallman <rms@gnu.org>
date Tue, 22 Jul 2003 15:23:16 +0000
parents 3d0217ad97db
children 8aed6a3b153d
files lispref/internals.texi
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/internals.texi	Tue Jul 22 15:22:50 2003 +0000
+++ b/lispref/internals.texi	Tue Jul 22 15:23:16 2003 +0000
@@ -382,6 +382,17 @@
 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