From: Richard M. Stallman Date: Mon, 29 Dec 2003 20:59:33 +0000 (+0000) Subject: (Garbage Collection): Add memory-use-counts. X-Git-Tag: ttn-vms-21-2-B4~8064 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b2279a391d8b6a89dac513a9a5e38667820b820;p=emacs.git (Garbage Collection): Add memory-use-counts. --- diff --git a/lispref/internals.texi b/lispref/internals.texi index 2a4572560a7..907a01df9e9 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi @@ -383,6 +383,12 @@ You can use this to get a general idea of how your actions affect the memory usage. @end defun +@defun memory-use-counts +This returns a list of numbers that count the number of objects +created in this Emacs session. Each of these counters increments for +a certain kind of object. See the documentation string for details. +@end defun + @defvar gcs-done This variable contains the total number of garbage collections done so far in this Emacs session.