mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
add note about TRACY_NO_FILESELECTOR in docs
This commit is contained in:
parent
1918c0ffe6
commit
9816c99f5d
@ -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.
|
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}
|
\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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user