Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1faaca8a
Commit
1faaca8a
authored
Nov 20, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in previous
parent
ccba372d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/lispref/debugging.texi
doc/lispref/debugging.texi
+2
-2
No files found.
doc/lispref/debugging.texi
View file @
1faaca8a
...
...
@@ -820,9 +820,9 @@ be cleaner to combine them.
If your program is working correctly, but you want to make it run more
quickly or efficiently, the first thing to do is @dfn{profile} your
code that you know how it is using resources. If you find that one
code
so
that you know how it is using resources. If you find that one
particular function is responsible for a significant portion of the
runtime, you can start
by
looking for ways to optimize that piece.
runtime, you can start looking for ways to optimize that piece.
Emacs has built-in support for this. To begin profiling, type
@kbd{M-x profiler-start}. You can choose to profile by processor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment