]> code.delx.au - gnu-emacs/commitdiff
(Garbage Collection): Add memory-use-counts.
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Dec 2003 20:59:33 +0000 (20:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Dec 2003 20:59:33 +0000 (20:59 +0000)
lispref/internals.texi

index 2a4572560a70e6ef5a4f3957a5d6bd7255497a93..907a01df9e9768b688893d64044a04cbf65bcfd8 100644 (file)
@@ -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.