diff --git a/manual/tracy.tex b/manual/tracy.tex index d0b33813..c7569b35 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -1537,7 +1537,7 @@ Each bar displayed on the graph represents an unique frame in the current frame The frames visible on the timeline are marked with a violet box drawn over them. -When a zone is displayed in the find zone window (section~\ref{findzone}), the coloring of frames is changed, as described in section~\ref{frametimefindzone}. +When a zone is displayed in the find zone window (section~\ref{findzone}), the coloring of frames may be changed, as described in section~\ref{frametimefindzone}. Moving the \faMousePointer{} mouse cursor over the frames displayed on the graph will display tooltip with information about frame number, frame time, frame image (if available, see chapter~\ref{frameimages}), etc. Such tooltips are common for many UI elements in the profiler and won't be mentioned later in the manual. @@ -2012,7 +2012,7 @@ When the zone statistics are displayed in the find zone menu, matching zones wil \subsubsection{Frame time graph interaction} \label{frametimefindzone} -The frame time graph (section~\ref{frametimegraph}) behavior is altered when a zone is displayed in the find zone window. Instead of coloring the frame bars according to the frame time targets, an accumulated zone execution time is shown. +The frame time graph (section~\ref{frametimegraph}) behavior is altered when a zone is displayed in the find zone window and the \emph{Show zone time in frames} option is selected. Instead of coloring the frame bars according to the frame time targets, an accumulated zone execution time is shown. Each bar is drawn in gray color, with the white part accounting for the zone time. If the execution time is greater than the frame time (this is possible if more than one thread was executing the same zone), the overflow will be displayed using red color.