diff options
| author | Glenn Morris | 2021-07-01 06:11:38 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-07-01 06:11:38 -0700 |
| commit | d70dc6946a2c72974b91a6506e9c6237c85ce80d (patch) | |
| tree | 120c692cfe1475948ec00f5a85b500a140892ba1 | |
| parent | d898d3c73a1a51df36f7ec7318071be628b44427 (diff) | |
| download | emacs-d70dc6946a2c72974b91a6506e9c6237c85ce80d.tar.gz emacs-d70dc6946a2c72974b91a6506e9c6237c85ce80d.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 655285e0f65..b0ab27bc4cf 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -25860,8 +25860,12 @@ Proced buffers. | |||
| 25860 | (autoload 'profiler-start "profiler" "\ | 25860 | (autoload 'profiler-start "profiler" "\ |
| 25861 | Start/restart profilers. | 25861 | Start/restart profilers. |
| 25862 | MODE can be one of `cpu', `mem', or `cpu+mem'. | 25862 | MODE can be one of `cpu', `mem', or `cpu+mem'. |
| 25863 | If MODE is `cpu' or `cpu+mem', time-based profiler will be started. | 25863 | If MODE is `cpu' or `cpu+mem', start the time-based profiler, |
| 25864 | Also, if MODE is `mem' or `cpu+mem', then memory profiler will be started. | 25864 | whereby CPU is sampled periodically using the SIGPROF signal. |
| 25865 | If MODE is `mem' or `cpu+mem', start profiler that samples CPU | ||
| 25866 | whenever memory-allocation functions are called -- this is useful | ||
| 25867 | if SIGPROF is not supported, or is unreliable, or is not sampling | ||
| 25868 | at a high enough frequency. | ||
| 25865 | 25869 | ||
| 25866 | \(fn MODE)" t nil) | 25870 | \(fn MODE)" t nil) |
| 25867 | 25871 | ||