diff --git a/manual/tracy.tex b/manual/tracy.tex index f36d3913..f75b632e 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -2515,6 +2515,7 @@ The \emph{found zones} section displays the individual zones grouped according t \begin{itemize} \item \emph{Thread} -- In this mode you can see which threads were executing the zone. \item \emph{User text} -- Splits the zones according to the custom user text (see section~\ref{markingzones}). +\item \emph{Zone name} -- Groups zones by the name set on a per-call basis (see section~\ref{markingzones}). \item \emph{Call stacks} -- Zones are grouped by the originating call stack (see section~\ref{collectingcallstacks}). Note that two call stacks may sometimes appear identical, even if they are not, due to an easy to overlook difference in the source line numbers. \item \emph{Parent} -- Groups zones according to the parent zone. This mode relies on the zone hierarchy, and \emph{not} on the call stack information. \item \emph{No grouping} -- Disables zone grouping. May be useful in cases when you just want to see zones in order as they appeared.