From b228839af18c730d25df8755b8c2e45cccd9ce36 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 17 Feb 2018 11:16:35 +0200 Subject: [PATCH] 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) --- doc/lispref/debugging.texi | 1 + doc/lispref/edebug.texi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.2