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)
This commit is contained in:
Eli Zaretskii 2018-02-17 11:16:35 +02:00
parent ab67b3e44b
commit b228839af1
2 changed files with 2 additions and 1 deletions

View 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

View 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.