diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-02-17 11:16:35 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-02-17 11:16:35 +0200 |
commit | b228839af18c730d25df8755b8c2e45cccd9ce36 (patch) | |
tree | 932deb283a99e572a666952401b526e5fab1e256 /doc/lispref/edebug.texi | |
parent | ab67b3e44bc9cc0230406ebef9291a731da9ebe1 (diff) | |
download | emacs-b228839af18c730d25df8755b8c2e45cccd9ce36.tar.gz |
Improve indexing of "performance" in ELisp manual
* doc/lispref/debugging.texi (Profiling):
* doc/lispref/edebug.texi (Coverage Testing): Improve indexing of
features useful for performance analysis. (Bug#30490)
Diffstat (limited to 'doc/lispref/edebug.texi')
-rw-r--r-- | doc/lispref/edebug.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index 39430deb48e..b58f8aaa4f4 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi @@ -898,7 +898,7 @@ lines inserted. @cindex coverage testing (Edebug) @cindex frequency counts -@cindex performance analysis +@cindex performance analysis (Edebug) Edebug provides rudimentary coverage testing and display of execution frequency. |