aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Monnier2012-11-21 09:14:42 -0500
committerStefan Monnier2012-11-21 09:14:42 -0500
commit365fc14aa4c5033422481d9145cba015821df052 (patch)
treec8919a71cc005879fd0da63a9a14fb4b7245d526 /doc
parent0e69443dde4eafd767fc8a7f10ae566dd5050954 (diff)
downloademacs-365fc14aa4c5033422481d9145cba015821df052.tar.gz
emacs-365fc14aa4c5033422481d9145cba015821df052.zip
* doc/lispref/debugging.texi (Profiling): Make it more clear
that --enable-profiling is about profiling the C code.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/debugging.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index b5bbd8ef93f..40bd3c2cbbe 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * debugging.texi (Profiling): Make it more clear
4 that --enable-profiling is about profiling the C code.
5
12012-11-21 Glenn Morris <rgm@gnu.org> 62012-11-21 Glenn Morris <rgm@gnu.org>
2 7
3 * debugging.texi (Profiling): Mention --enable-profiling (if !tex). 8 * debugging.texi (Profiling): Mention --enable-profiling (if !tex).
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi
index 3439a8ae152..6e4f6628637 100644
--- a/doc/lispref/debugging.texi
+++ b/doc/lispref/debugging.texi
@@ -866,7 +866,7 @@ You can check the speed of individual Emacs Lisp forms using the
866@c Not worth putting in the printed manual. 866@c Not worth putting in the printed manual.
867@ifnottex 867@ifnottex
868@cindex --enable-profiling option of configure 868@cindex --enable-profiling option of configure
869For low-level profiling of Emacs itself, you can build it using the 869To profile Emacs at the level of its C code, you can build it using the
870@option{--enable-profiling} option of @command{configure}. When Emacs 870@option{--enable-profiling} option of @command{configure}. When Emacs
871exits, it generates a file @file{gmon.out} that you can examine using 871exits, it generates a file @file{gmon.out} that you can examine using
872the @command{gprof} utility. This feature is mainly useful for 872the @command{gprof} utility. This feature is mainly useful for