From a6584ad3d36ba814ee4af966e072296c7bf549e6 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 17 Aug 2018 17:04:15 +0200 Subject: [PATCH] Document TRACY_ROOT_WINDOW macro. --- manual/tracy.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index 80ef1942..472b2827 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -204,6 +204,7 @@ The following defines may be of interest: \item \texttt{TRACY\_FILESELECTOR} -- controls whether a system load/save dialog is compiled in. If it's left out, the saved traces will be named \texttt{trace.tracy}. \item \texttt{TRACY\_NO\_STATISTICS} -- Tracy will perform statistical data collection on the fly, if this macro is \emph{not} defined. This allows extended analysis of the trace (for example, you can perform a live search for matching zones) at a small CPU processing cost and a considerable memory usage increase (at least 10 bytes per zone). \item \texttt{TRACY\_EXTENDED\_FONT} -- add this define, if the font you are using has the micro (\si\micro) symbol. Otherwise 'u' is used instead. +\item \texttt{TRACY\_ROOT\_WINDOW} -- the main profiler view will occupy whole window if this macro is defined. Additional setup is required for this to work. \end{itemize} \subsection{Naming threads}