From 9816c99f5d37b05105aeeb0040e32578fde626cf Mon Sep 17 00:00:00 2001 From: Stone Tickle Date: Wed, 17 Mar 2021 09:02:33 +0900 Subject: [PATCH] add note about TRACY_NO_FILESELECTOR in docs --- manual/techdoc.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual/techdoc.tex b/manual/techdoc.tex index 7d01c0ba..d3da411e 100644 --- a/manual/techdoc.tex +++ b/manual/techdoc.tex @@ -143,6 +143,8 @@ In the header of the \texttt{build.mk} file you can find definitions of the resu By default, the profiler uses X11 on Linux. If you would like to support Wayland instead, set the environment variable \texttt{TRACY\_USE\_WAYLAND} before running make. +Additionally, the variable \texttt{TRACY\_NO\_FILESELECTOR} may be set to remove Tracy's GTK 3 dependency at the expense of a file selection dialog. Note that this means you will not be able to use certain features, e.g. opening a saved trace. + \section{Client part} The client portion of Tracy is basically a queue. Application threads are producing queue items through the instrumentation macros and a dedicated profiler thread consumes the items to send them over the network, to the server.