Variable: before-init-time
before-init-time is a variable defined in emacs.c.
Value
(27103 50252 375347 721000)
Documentation
Value of current-time before Emacs begins initialization.
Probably introduced at or before Emacs version 23.1.
Source Code
// Defined in /usr/src/emacs/src/emacs.c
DEFVAR_LISP ("before-init-time", Vbefore_init_time,
doc: /* Value of `current-time' before Emacs begins initialization. */);