mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add colors
This commit is contained in:
@@ -2584,6 +2584,11 @@ To query the connection status (section~\ref{connectionstatus}) using the Fortra
|
||||
|
||||
You can collect call stacks of zones and memory allocation events, as described in section~\ref{collectingcallstacks}, by using optional \texttt{depth} argument in functions/subroutines calls.
|
||||
|
||||
\subsubsection{Colors}
|
||||
|
||||
A set of predefined colors is available with \texttt{TracyColors} variable inside of \texttt{tracy} module.
|
||||
To get a specific color, use \texttt{TracyColors\%COLOR} where \texttt{COLOR} is a specific one like \texttt{Red} or \texttt{Blue}.
|
||||
|
||||
|
||||
\subsection{Automated data collection}
|
||||
\label{automated}
|
||||
|
||||
Reference in New Issue
Block a user