Variable: gcs-done
gcs-done is a variable defined in alloc.c.
Value
41
Documentation
Accumulated number of garbage collections done.
Probably introduced at or before Emacs version 22.1.
Source Code
// Defined in /usr/src/emacs/src/alloc.c
DEFVAR_INT ("gcs-done", gcs_done,
doc: /* Accumulated number of garbage collections done. */);