/[emacs]/emacs/src/alloc.c
ViewVC logotype

Diff of /emacs/src/alloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.316 by monnier, Tue Jul 15 19:19:59 2003 UTC revision 1.317 by rms, Mon Jul 21 09:50:53 2003 UTC
# Line 5761  which includes both saved text and other Line 5761  which includes both saved text and other
5761    
5762    DEFVAR_LISP ("gc-elapsed", &Vgc_elapsed,    DEFVAR_LISP ("gc-elapsed", &Vgc_elapsed,
5763                 doc: /* Accumulated time elapsed in garbage collections.                 doc: /* Accumulated time elapsed in garbage collections.
5764  The time is in seconds as a floating point value.  The time is in seconds as a floating point value.  */);
 Programs may reset this to get statistics in a specific period.  */);  
5765    DEFVAR_INT ("gcs-done", &gcs_done,    DEFVAR_INT ("gcs-done", &gcs_done,
5766                doc: /* Accumulated number of garbage collections done.                doc: /* Accumulated number of garbage collections done.  */);
 Programs may reset this to get statistics in a specific period.  */);  
5767    
5768    defsubr (&Scons);    defsubr (&Scons);
5769    defsubr (&Slist);    defsubr (&Slist);

Legend:
Removed from v.1.316  
changed lines
  Added in v.1.317

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26