; Auto-commit of loaddefs files.
This commit is contained in:
parent
d898d3c73a
commit
d70dc6946a
1 changed files with 6 additions and 2 deletions
|
@ -25860,8 +25860,12 @@ Proced buffers.
|
||||||
(autoload 'profiler-start "profiler" "\
|
(autoload 'profiler-start "profiler" "\
|
||||||
Start/restart profilers.
|
Start/restart profilers.
|
||||||
MODE can be one of `cpu', `mem', or `cpu+mem'.
|
MODE can be one of `cpu', `mem', or `cpu+mem'.
|
||||||
If MODE is `cpu' or `cpu+mem', time-based profiler will be started.
|
If MODE is `cpu' or `cpu+mem', start the time-based profiler,
|
||||||
Also, if MODE is `mem' or `cpu+mem', then memory profiler will be started.
|
whereby CPU is sampled periodically using the SIGPROF signal.
|
||||||
|
If MODE is `mem' or `cpu+mem', start profiler that samples CPU
|
||||||
|
whenever memory-allocation functions are called -- this is useful
|
||||||
|
if SIGPROF is not supported, or is unreliable, or is not sampling
|
||||||
|
at a high enough frequency.
|
||||||
|
|
||||||
\(fn MODE)" t nil)
|
\(fn MODE)" t nil)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue