]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve indexing of "performance" in ELisp manual
authorEli Zaretskii <eliz@gnu.org>
Sat, 17 Feb 2018 09:16:35 +0000 (11:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 17 Feb 2018 09:16:35 +0000 (11:16 +0200)
* doc/lispref/debugging.texi (Profiling):
* doc/lispref/edebug.texi (Coverage Testing): Improve indexing of
features useful for performance analysis.  (Bug#30490)

doc/lispref/debugging.texi
doc/lispref/edebug.texi

index 2b5f64827c40dc2581d5943cb3e65e393d9b95a3..bb022e4516acb16873a8e448acdde85bdb4b0bc4 100644 (file)
@@ -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
 
index 39430deb48e3e7af0d38ae57602e2886f8888b01..b58f8aaa4f4bd7b9b7136fce357448e8ab8a91da 100644 (file)
@@ -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.