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

1
NEWS
View File

@ -23,6 +23,7 @@ v0.7.1 (xxxx-xx-xx)
- Added CSV export utility. - Added CSV export utility.
- "Go to frame" popup no longer has a dedicated button. To show it, click on - "Go to frame" popup no longer has a dedicated button. To show it, click on
the frame counter. the frame counter.
- Added macro for checking if profiler is connected.
v0.7 (2020-06-11) v0.7 (2020-06-11)
----------------- -----------------

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. 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} \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} \section{Capturing the data}
\label{capturing} \label{capturing}