From 86e18540a37f693a659b1fa61a084d1e2184bcfc Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 21 Sep 2020 02:08:35 +0200 Subject: [PATCH] Update manual. --- manual/tracy.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index 429f7a3d..540fed4e 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -2517,6 +2517,7 @@ In this window you can set various trace-related options. The timeline view migh \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} +Enabling the \emph{Ignore custom} option will force usage of the selected zone coloring scheme, disregarding any colors set by the user in profiled code. \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}).