emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/internals.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/internals.texi
Date: Tue, 22 Jul 2003 11:23:17 -0400

Index: emacs/lispref/internals.texi
diff -c emacs/lispref/internals.texi:1.29 emacs/lispref/internals.texi:1.30
*** emacs/lispref/internals.texi:1.29   Mon Jul 14 12:03:48 2003
--- emacs/lispref/internals.texi        Tue Jul 22 11:23:16 2003
***************
*** 382,387 ****
--- 382,398 ----
  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
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]