From: Ihor Radchenko Date: Fri, 17 Nov 2023 09:47:46 +0000 (+0200) Subject: ; doc/lispref/debugging.texi: Add reference to Profiler docs (bug#67236). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c65ddf26a33;p=emacs.git ; doc/lispref/debugging.texi: Add reference to Profiler docs (bug#67236). --- diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 1246b3ff57a..4c1ad291876 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi @@ -47,6 +47,7 @@ You can use the ERT package to write regression tests for the program. @item You can profile the program to get hints about how to make it more efficient. +@xref{Profiling}. @end itemize Other useful tools for debugging input and output problems are the