1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add colors

This commit is contained in:
Igor S. Gerasimov
2025-01-05 14:31:56 +01:00
parent 092e91d058
commit 21c8d7615d
2 changed files with 686 additions and 0 deletions
+5
View File
@@ -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}