mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 14:03:52 +00:00
Update manual.
This commit is contained in:
parent
5111275770
commit
4e7e9ee3b1
@ -1821,6 +1821,7 @@ The \emph{found zones} section displays the individual zones grouped according t
|
||||
\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{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 not, due to an easy to overlook difference in the source line numbers.
|
||||
\item \emph{No grouping} -- Disables zone grouping. May be useful in cases when you just want to see zones in order as they appeared.
|
||||
\end{itemize}
|
||||
|
||||
Each group may be sorted according to the \emph{order} in which it appeared, the call \emph{count}, the total \emph{time} spent in the group, or the \emph{mean time per call}. Expanding the group view will display individual occurrences of the zone, which can be sorted by application's time, execution time or zone's name. Clicking the \LMB{} left mouse button on a zone will open the zone information window (section~\ref{zoneinfo}). Clicking the \MMB{} middle mouse button on a zone will zoom the timeline view to the zone's extent.
|
||||
@ -1863,7 +1864,7 @@ The call stack grouping mode has a different way of listing groups. Here only on
|
||||
|
||||
The average and median zone times are displayed on the histogram as a red (average) and blue (median) vertical bars. When a group is selected, additional bars will indicate the average group time (orange) and median group time (green). You can disable drawing of either set of markers by clicking on the check-box next to the color legend.
|
||||
|
||||
Hovering the \faMousePointer{}~mouse cursor over a zone on the timeline, which is currently selected in the find zone window, will display a pulsing vertical bar on the histogram, highlighting the bin to which the hovered zone has been assigned.
|
||||
Hovering the \faMousePointer{}~mouse cursor over a zone on the timeline, which is currently selected in the find zone window, will display a pulsing vertical bar on the histogram, highlighting the bin to which the hovered zone has been assigned. Zone entry on the zone list will also be highlighted.
|
||||
|
||||
\begin{bclogo}[
|
||||
noborder=true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user