From 5b2279a391d8b6a89dac513a9a5e38667820b820 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 29 Dec 2003 20:59:33 +0000 Subject: [PATCH] (Garbage Collection): Add memory-use-counts. --- lispref/internals.texi | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.39.2