]> git.eshelyaron.com Git - emacs.git/commitdiff
Index profiler commands in elisp manual
authorNoam Postavsky <npostavs@gmail.com>
Tue, 28 Aug 2018 11:49:49 +0000 (07:49 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 28 Aug 2018 12:04:17 +0000 (08:04 -0400)
* doc/lispref/debugging.texi (Profiling): Add index entries for
profiler-start, profiler-report, profiler-stop.

doc/lispref/debugging.texi

index fdd92a3780e02c3f89cb0256cc458c040371753f..cbf8778ca8b9631996aeda8325d6359b4e6e49eb 100644 (file)
@@ -930,6 +930,9 @@ the execution time.  If you find that one particular function is
 responsible for a significant portion of the execution time, you can
 start looking for ways to optimize that piece.
 
+@findex profiler-start
+@findex profiler-report
+@findex profiler-stop
 Emacs has built-in support for this.  To begin profiling, type
 @kbd{M-x profiler-start}.  You can choose to profile by processor
 usage, memory usage, or both.  Then run the code you'd like to speed