Variable: gc-elapsed
gc-elapsed is a variable defined in alloc.c.
Value
7.890610227
Documentation
Accumulated time elapsed in garbage collections.
The time is in seconds as a floating point value.
Probably introduced at or before Emacs version 22.1.
Source Code
// Defined in /usr/src/emacs/src/alloc.c
DEFVAR_LISP ("gc-elapsed", Vgc_elapsed,
doc: /* Accumulated time elapsed in garbage collections.
The time is in seconds as a floating point value. */);