From 2ec2c2c8ac2c2ca672e0dad561506cc04aaa49ac Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 22 Aug 2026 12:35:45 +0200 Subject: [PATCH] Mention that statistics range limit also affects source view. --- manual/tracy.md | 4 ++-- manual/tracy.tex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/tracy.md b/manual/tracy.md index 304196ff..fb70a32b 100644 --- a/manual/tracy.md +++ b/manual/tracy.md @@ -11,7 +11,7 @@ The user manual **Bartosz Taudul** [\](mailto:wolf@nereid.pl) -2026-08-19 +2026-08-22 # Quick overview {#quick-overview .unnumbered} @@ -3767,7 +3767,7 @@ To define a time range, drag the left mouse button over the timeline view while - * Find zone* -- this will limit find zone results. See chapter [5.7](#findzone) for more details. - - * Statistics* -- selecting this option will limit statistics results. See chapter [5.6](#statistics) for more details. + - * Statistics* -- selecting this option will limit statistics results (section [5.6](#statistics)), as well as the sample statistics shown in the source view (section [5.17](#sourceview)). - * Flame graph* -- limits flame graph results. Refer to chapter [5.9](#flamegraph). diff --git a/manual/tracy.tex b/manual/tracy.tex index bd0206de..c13d4250 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -4245,7 +4245,7 @@ To define a time range, drag the \LMB{}~left mouse button over the timeline view \item \faRuler{}~Set time range for: \begin{itemize} \item \emph{\faMagnifyingGlass{}~Find zone} -- this will limit find zone results. See chapter~\ref{findzone} for more details. -\item \emph{\faArrowUpWideShort{}~Statistics} -- selecting this option will limit statistics results. See chapter~\ref{statistics} for more details. +\item \emph{\faArrowUpWideShort{}~Statistics} -- selecting this option will limit statistics results (section~\ref{statistics}), as well as the sample statistics shown in the source view (section~\ref{sourceview}). \item \emph{\faFireFlameCurved{}~Flame graph} -- limits flame graph results. Refer to chapter~\ref{flamegraph}. \item \emph{\faHourglassHalf{}~Wait stacks} -- limits wait stacks results. Refer to chapter~\ref{stackwindows}. \item \emph{\faMemory{}~Memory} -- limits memory results. Read more about this in chapter~\ref{memorywindow}.