mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Add information about collapsing labels.
This commit is contained in:
parent
70ec4b71e4
commit
83958db840
@ -1001,6 +1001,8 @@ The left hand side \emph{index area} of the timeline view displays various label
|
|||||||
\item \emph{Yellow label} -- Plot.
|
\item \emph{Yellow label} -- Plot.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
|
Labels accompanied by the \faCaretDown{}~symbol can be collapsed out of the view, to reduce visual clutter.
|
||||||
|
|
||||||
\subparagraph{Zones}
|
\subparagraph{Zones}
|
||||||
|
|
||||||
In an example on figure~\ref{zoneslocks} you can see that there are two threads: \emph{Main thread} and \emph{Streaming thread}\footnote{By clicking on a thread name you can temporarily disable display of the zones in this thread.}. We can see that the \emph{Main thread} has two root level zones visible: \emph{Update} and \emph{Render}. The \emph{Update} zone is split into further sub-zones, some of which are too small to be displayed at the current zoom level. This is indicated by drawing a zig-zag pattern over the merged zones box (section~\ref{collapseditems}), with the number of collapsed zones printed in place of zone name. We can also see that the \emph{Physics} zone acquires the \emph{Physics lock} mutex for the most of its run time.
|
In an example on figure~\ref{zoneslocks} you can see that there are two threads: \emph{Main thread} and \emph{Streaming thread}\footnote{By clicking on a thread name you can temporarily disable display of the zones in this thread.}. We can see that the \emph{Main thread} has two root level zones visible: \emph{Update} and \emph{Render}. The \emph{Update} zone is split into further sub-zones, some of which are too small to be displayed at the current zoom level. This is indicated by drawing a zig-zag pattern over the merged zones box (section~\ref{collapseditems}), with the number of collapsed zones printed in place of zone name. We can also see that the \emph{Physics} zone acquires the \emph{Physics lock} mutex for the most of its run time.
|
||||||
|
Loading…
Reference in New Issue
Block a user