From b3cf10d7fe819bf16634532a1357c0eca6b68884 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sat, 16 Feb 2008 23:18:58 +0000 Subject: [PATCH] Add after-init-time and emacs-init-time. --- etc/NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index 0c2f681b1ae..c2501f3bc3d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -136,10 +136,14 @@ using several time zones, in a buffer. readable string of days, hours, etc. ** The new variable `before-init-time' records the value of `current-time' -when Emacs begins initialization. +when Emacs begins initialization, and the new variable `after-init-time' +records the value of `current-time' after loading the init files. ** The new function `emacs-uptime' returns the uptime of an Emacs instance. +** The new function `emacs-init-time' returns the duration of the +Emacs initialization. + * Startup Changes in Emacs 23.1 -- 2.39.5