aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2018-08-29 08:24:03 -0700
committerGlenn Morris2018-08-29 08:24:03 -0700
commitd8bef4b519624de20baa1428dd103f61dfb220fa (patch)
treeed458e2d88b9a0a422fd46e50c1d2654d24b07a9 /doc
parentb28d5333e0144acc7385339578d907196c4b6f3e (diff)
parent2670cbf9a87eb498d73770c381ca51657d390a1e (diff)
downloademacs-d8bef4b519624de20baa1428dd103f61dfb220fa.tar.gz
emacs-d8bef4b519624de20baa1428dd103f61dfb220fa.zip
Merge from origin/emacs-26
2670cbf (origin/emacs-26) ; * configure.ac: Remove outdated comment (... 3b71bef admin.el: respect environment settings for makeinfo etc 3764ab4 * etc/PROBLEMS: New entry about GTK+ 3 crash with some X serv... 9d61344 Index profiler commands in elisp manual f088817 Fix math-imaginary-i check fca935e ; Let pre-commit git hook check merged in changes (Bug#29197) fe06fcc Avoid infinite hscrolling loops when line numbers are displayed 63e59c8 Avoid crashes in malformed defvar 785682c * configure.ac (emacs_config_features): Add GLIB, XDBE, XIM. 2695b7e * configure.ac: Doc fixes related to --with-xim. d0d162c Small checkdoc quoting fix (bug#32546) Conflicts: configure.ac
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/debugging.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi
index 9b3ba6cf7ee..89927db21ec 100644
--- a/doc/lispref/debugging.texi
+++ b/doc/lispref/debugging.texi
@@ -983,6 +983,9 @@ the execution time. If you find that one particular function is
983responsible for a significant portion of the execution time, you can 983responsible for a significant portion of the execution time, you can
984start looking for ways to optimize that piece. 984start looking for ways to optimize that piece.
985 985
986@findex profiler-start
987@findex profiler-report
988@findex profiler-stop
986Emacs has built-in support for this. To begin profiling, type 989Emacs has built-in support for this. To begin profiling, type
987@kbd{M-x profiler-start}. You can choose to profile by processor 990@kbd{M-x profiler-start}. You can choose to profile by processor
988usage, memory usage, or both. Then run the code you'd like to speed 991usage, memory usage, or both. Then run the code you'd like to speed