Variable: gc-elapsed

gc-elapsed is a variable defined in alloc.c.

Value

171.680089064

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.  */);