aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/debugging.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi
index 53d739f2295..4450d177896 100644
--- a/doc/lispref/debugging.texi
+++ b/doc/lispref/debugging.texi
@@ -820,9 +820,9 @@ be cleaner to combine them.
820 820
821If your program is working correctly, but you want to make it run more 821If your program is working correctly, but you want to make it run more
822quickly or efficiently, the first thing to do is @dfn{profile} your 822quickly or efficiently, the first thing to do is @dfn{profile} your
823code that you know how it is using resources. If you find that one 823code so that you know how it is using resources. If you find that one
824particular function is responsible for a significant portion of the 824particular function is responsible for a significant portion of the
825runtime, you can start by looking for ways to optimize that piece. 825runtime, you can start looking for ways to optimize that piece.
826 826
827Emacs has built-in support for this. To begin profiling, type 827Emacs has built-in support for this. To begin profiling, type
828@kbd{M-x profiler-start}. You can choose to profile by processor 828@kbd{M-x profiler-start}. You can choose to profile by processor