comparison etc/NEWS @ 91896:dc9cca14cbb1

Add after-init-time and emacs-init-time.
author Juri Linkov <juri@jurta.org>
date Sat, 16 Feb 2008 23:18:58 +0000
parents a6f6f87e8b09
children 07b62dd00afa
comparison
equal deleted inserted replaced
91895:0c3cd5512b5d 91896:dc9cca14cbb1
134 134
135 ** The new function `format-seconds' converts a number of seconds into a 135 ** The new function `format-seconds' converts a number of seconds into a
136 readable string of days, hours, etc. 136 readable string of days, hours, etc.
137 137
138 ** The new variable `before-init-time' records the value of `current-time' 138 ** The new variable `before-init-time' records the value of `current-time'
139 when Emacs begins initialization. 139 when Emacs begins initialization, and the new variable `after-init-time'
140 records the value of `current-time' after loading the init files.
140 141
141 ** The new function `emacs-uptime' returns the uptime of an Emacs instance. 142 ** The new function `emacs-uptime' returns the uptime of an Emacs instance.
143
144 ** The new function `emacs-init-time' returns the duration of the
145 Emacs initialization.
142 146
143 147
144 * Startup Changes in Emacs 23.1 148 * Startup Changes in Emacs 23.1
145 149
146 ** New user option `initial-buffer-choice' specifies what to display 150 ** New user option `initial-buffer-choice' specifies what to display