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

Update manual.

This commit is contained in:
Bartosz Taudul
2020-07-16 11:29:09 +02:00
parent d815b79db0
commit 9ce46fdf2d
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -1652,6 +1652,10 @@ logo=\bcbombe
Usage of trace parameters makes profiling runs dependent on user interaction with the profiler, and thus it's not recommended to be employed if a consistent profiling environment is desired. Furthermore, interaction with the parameters is only possible in the graphical profiling application, and not in the command line capture utility.
\end{bclogo}
\subsection{Connection status}
To determine if a connection is currently established between the client and the server, you may use the \texttt{TracyIsConnected} macro, which returns a boolean value.
\section{Capturing the data}
\label{capturing}