mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Update manual.
This commit is contained in:
parent
f88ec0c141
commit
5ff40b05b3
@ -1821,14 +1821,14 @@ In this window you can set various trace-related options. The timeline view migh
|
||||
\item \emph{\faPalette{} Zone colors} -- Zones with no user-set color may be colored according to the following schemes:
|
||||
\begin{itemize}
|
||||
\item \emph{Disabled} -- A constant color (blue) will be used.
|
||||
\item \emph{Thread dynamic} -- Zones are colored according to a thread they belong to and depth level.
|
||||
\item \emph{Source location dynamic} -- Zone color is determined by source location and depth level.
|
||||
\item \emph{Thread dynamic} -- Zones are colored according to a thread (identifier number) they belong to and depth level.
|
||||
\item \emph{Source location dynamic} -- Zone color is determined by source location (function name) and depth level.
|
||||
\end{itemize}
|
||||
\item The \emph{Namespaces} drop-down controls the display behavior of long zone names:
|
||||
\item \emph{\faBoxOpen{} Namespaces} -- controls display behavior of long zone names, which don't fit inside a zone box:
|
||||
\begin{itemize}
|
||||
\item \emph{Full} -- Zone names are always fully displayed (e.g.\ \texttt{std::sort}).
|
||||
\item \emph{Shortened} -- If there's no space for full zone name, the namespaces will be shortened to one letter (e.g.\ \texttt{s::sort}).
|
||||
\item \emph{None} -- If there's no space for full zone name, the namespaces will be omitted (e.g.\ \texttt{sort}).
|
||||
\item \emph{Shortened} -- Namespaces are shortened to one letter (e.g.\ \texttt{s::sort}).
|
||||
\item \emph{None} -- Namespaces are completely omitted (e.g.\ \texttt{sort}).
|
||||
\end{itemize}
|
||||
\item \emph{\faLock{} Draw locks} -- Controls the display of locks. If the \emph{Only contended} option is selected, the non-blocking regions of locks won't be displayed (see section~\ref{zoneslocksplots}). The \emph{Locks} drop-down allows disabling display of locks on a per-lock basis. As a convenience, the list of locks is split into the single-threaded and multi-threaded (contended and uncontended) categories. Clicking the \RMB{}~right mouse button on a lock label opens the lock information window (section~\ref{lockwindow}).
|
||||
\item \emph{\faSignature{} Draw plots} -- Allows disabling display of plots. Individual plots can be disabled in the \emph{Plots} drop-down.
|
||||
|
Loading…
Reference in New Issue
Block a user