From: Eli Zaretskii Date: Sat, 17 Feb 2018 09:16:35 +0000 (+0200) Subject: Improve indexing of "performance" in ELisp manual X-Git-Tag: emacs-26.1-rc1~197 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b228839af18c730d25df8755b8c2e45cccd9ce36;p=emacs.git 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) --- diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 2b5f64827c4..bb022e4516a 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi @@ -918,6 +918,7 @@ be cleaner to combine them. @section Profiling @cindex profiling @cindex profile +@cindex performance analysis @cindex measuring resource usage @cindex memory usage 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.