From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/processor-run-time.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 devdocs/elisp/processor-run-time.html (limited to 'devdocs/elisp/processor-run-time.html') diff --git a/devdocs/elisp/processor-run-time.html b/devdocs/elisp/processor-run-time.html deleted file mode 100644 index 43fae869..00000000 --- a/devdocs/elisp/processor-run-time.html +++ /dev/null @@ -1,17 +0,0 @@ -

Processor Run time

Emacs provides several functions and primitives that return time, both elapsed and processor time, used by the Emacs process.

Command: emacs-uptime &optional format -
-

This function returns a string representing the Emacs uptime—the elapsed wall-clock time this instance of Emacs is running. The string is formatted by format-seconds according to the optional argument format. For the available format descriptors, see format-seconds. If format is nil or omitted, it defaults to "%Y, %D, %H, %M, -%z%S".

When called interactively, it prints the uptime in the echo area.

-
-
Function: get-internal-run-time -
-

This function returns the processor run time used by Emacs, as a Lisp timestamp (see Time of Day).

Note that the time returned by this function excludes the time Emacs was not using the processor, and if the Emacs process has several threads, the returned value is the sum of the processor times used up by all Emacs threads.

If the system doesn’t provide a way to determine the processor run time, get-internal-run-time returns the same time as current-time.

-
-
Command: emacs-init-time -

This function returns the duration of the Emacs initialization (see Startup Summary) in seconds, as a string. When called interactively, it prints the duration in the echo area.

-
-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Processor-Run-Time.html -

-
-- cgit v1.2.3