From: Richard M. Stallman Date: Tue, 22 Jul 2003 15:23:16 +0000 (+0000) Subject: (Garbage Collection): Add gcs-done, gc-elapsed. X-Git-Tag: ttn-vms-21-2-B4~9273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66c0f0547b81362cfbe4cbad6a731a5b48481782;p=emacs.git (Garbage Collection): Add gcs-done, gc-elapsed. --- 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