From 66c0f0547b81362cfbe4cbad6a731a5b48481782 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 22 Jul 2003 15:23:16 +0000 Subject: [PATCH] (Garbage Collection): Add gcs-done, gc-elapsed. --- lispref/internals.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.39.2