[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-26 9d61344 3/3: Index profiler commands in elisp man
From: |
Noam Postavsky |
Subject: |
[Emacs-diffs] emacs-26 9d61344 3/3: Index profiler commands in elisp manual |
Date: |
Tue, 28 Aug 2018 08:14:48 -0400 (EDT) |
branch: emacs-26
commit 9d613444994a2e5827c23e8c0a5e2a975903764f
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>
Index profiler commands in elisp manual
* doc/lispref/debugging.texi (Profiling): Add index entries for
profiler-start, profiler-report, profiler-stop.
---
doc/lispref/debugging.texi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi
index fdd92a3..cbf8778 100644
--- a/doc/lispref/debugging.texi
+++ b/doc/lispref/debugging.texi
@@ -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.
address@hidden profiler-start
address@hidden profiler-report
address@hidden 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