From 5ff40b05b3048601352c5dd57b25966fcb9ec8d1 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 1 Nov 2019 20:29:02 +0100 Subject: [PATCH] Update manual. --- manual/tracy.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 4cc156e5..da8a1941 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -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.