aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorPaul Eggert2019-01-19 14:38:52 -0800
committerPaul Eggert2019-01-19 14:39:16 -0800
commit3e1255172334f3c0645d37eb92c05a628fa3d548 (patch)
tree4c62eb68bff62b5e6a23b9e5d5ea5347db593eef /doc/lispref
parentb821a70cb9467186afb55734a0e5cb4601909916 (diff)
downloademacs-3e1255172334f3c0645d37eb92c05a628fa3d548.tar.gz
emacs-3e1255172334f3c0645d37eb92c05a628fa3d548.zip
pdumper-stats now returns s, not ms
* doc/lispref/internals.texi (pdumper-stats): * src/pdumper.c (pdumper_load): Return seconds, not milliseconds. Minimize rounding errors in the usual case.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/internals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index 437657f2438..06ff9f70bf9 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -232,7 +232,7 @@ time it took to restore the Emacs state. The value is an alist
232@w{@code{((dumped-with-pdumper . t) (load-time . @var{time}) 232@w{@code{((dumped-with-pdumper . t) (load-time . @var{time})
233(dump-file-name . @var{file}))}}, 233(dump-file-name . @var{file}))}},
234where @var{file} is the name of the dump file, and @var{time} is the 234where @var{file} is the name of the dump file, and @var{time} is the
235time in milliseconds it took to restore the state from the dump file. 235time in seconds it took to restore the state from the dump file.
236If the current session was not restored from a portable dump file, the 236If the current session was not restored from a portable dump file, the
237value is nil. 237value is nil.
238@end defun 238@end defun