diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/internals.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 66606da6ecf..437657f2438 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi | |||
| @@ -225,6 +225,18 @@ Emacs was built without @code{unexec} support, this function will not | |||
| 225 | be available. | 225 | be available. |
| 226 | @end defun | 226 | @end defun |
| 227 | 227 | ||
| 228 | @defun pdumper-stats | ||
| 229 | If the current Emacs session restored its state from a portable dump | ||
| 230 | file, this function returns information about the dump file and the | ||
| 231 | time it took to restore the Emacs state. The value is an alist | ||
| 232 | @w{@code{((dumped-with-pdumper . t) (load-time . @var{time}) | ||
| 233 | (dump-file-name . @var{file}))}}, | ||
| 234 | where @var{file} is the name of the dump file, and @var{time} is the | ||
| 235 | time in milliseconds it took to restore the state from the dump file. | ||
| 236 | If the current session was not restored from a portable dump file, the | ||
| 237 | value is nil. | ||
| 238 | @end defun | ||
| 239 | |||
| 228 | @node Pure Storage | 240 | @node Pure Storage |
| 229 | @section Pure Storage | 241 | @section Pure Storage |
| 230 | @cindex pure storage | 242 | @cindex pure storage |