comparison lispref/internals.texi @ 52006:b1b3a648691c

(Garbage Collection): Fix previous change.
author Markus Rost <rost@math.uni-bielefeld.de>
date Tue, 22 Jul 2003 16:15:25 +0000
parents b0f308799955
children 695cf19ef79e
comparison
equal deleted inserted replaced
52005:3e9cb0aeebe1 52006:b1b3a648691c
383 @end defun 383 @end defun
384 384
385 @defvar gcs-done 385 @defvar gcs-done
386 This variable contains the total number of garbage collections 386 This variable contains the total number of garbage collections
387 done so far in this Emacs session. 387 done so far in this Emacs session.
388 @end defun 388 @end defvar
389 389
390 @defvar gc-elapsed 390 @defvar gc-elapsed
391 This variable contains the total number of seconds of elapsed time 391 This variable contains the total number of seconds of elapsed time
392 during garbage collection so far in this Emacs session, as a floating 392 during garbage collection so far in this Emacs session, as a floating
393 point number. 393 point number.
394 @end defun 394 @end defvar
395 395
396 @node Memory Usage 396 @node Memory Usage
397 @section Memory Usage 397 @section Memory Usage
398 398
399 These functions and variables give information about the total amount 399 These functions and variables give information about the total amount