mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Update manual.
This commit is contained in:
parent
f83df89a58
commit
901d690d55
@ -770,6 +770,8 @@ Timer resolution: 6 ns
|
||||
|
||||
The \emph{queue delay} and \emph{timer resolution} parameters are calibration results of timers used by the client. The next line is a status bar, which presents: network connection speed, connection compression ratio, the resulting uncompressed data rate and total memory usage of the utility.
|
||||
|
||||
You can disconnect from the client\footnote{\label{disconnect}The disconnect functionality is currently not implemented the right way and some data from the capture may be lost.} and save the captured trace by pressing \keys{\ctrl + C}.
|
||||
|
||||
\subsection{Interactive profiling}
|
||||
\label{interactiveprofiling}
|
||||
|
||||
@ -800,20 +802,21 @@ Both connecting to a client and opening a saved trace will present you with the
|
||||
|
||||
If this is a real-time capture, you will also see the connection window (figure~\ref{connectioninfo}), with the capture status similar to the one displayed by the command line utility. This dialog also displays the connection speed graphed over time and the profiled application's current frames per second and frame time measurements. The circle displayed next to the bandwidth graph signals the connection status. If it's red, the connection is active. If it's gray, the client has disconnected.
|
||||
|
||||
You can use the \faSave{}~\emph{Save trace} button to save the current profile data to a file. The \faExclamationTriangle{}~\emph{Discard} button is used to discard current trace.
|
||||
You can use the \faSave{}~\emph{Save trace} button to save the current profile data to a file. Use the \faPlug{}~\emph{Stop} button to disconnect from the client (see footnote~\ref{disconnect}). The \faExclamationTriangle{}~\emph{Discard} button is used to discard current trace.
|
||||
|
||||
\begin{figure}[h]
|
||||
\centering\begin{tikzpicture}
|
||||
\draw (0, 0) rectangle (5.5, -2.7);
|
||||
\draw[pattern=crosshatch dots] (0, 0) rectangle+(5.5, 0.3);
|
||||
\draw (0, 0) rectangle (6.1, -2.7);
|
||||
\draw[pattern=crosshatch dots] (0, 0) rectangle+(6.1, 0.3);
|
||||
\draw[pattern=north east lines] (0.35, -0.35) circle(0.2);
|
||||
\draw (0.7, -0.1) rectangle+(3, -0.5) node[midway] {Bandwidth graph};
|
||||
\draw (3.8, -0.1) node[anchor=north west] {1.9 Mbps};
|
||||
\draw (0.7, -0.1) rectangle+(3.5, -0.5) node[midway] {Bandwidth graph};
|
||||
\draw (4.3, -0.1) node[anchor=north west] {1.9 Mbps};
|
||||
\draw (0.1, -0.6) node[anchor=north west] {Ratio 40.8\% \hspace{5pt} Real: 4.67 Mbps};
|
||||
\draw (0.1, -1.1) node[anchor=north west] {Memory usage: 77.57 MB};
|
||||
\draw (0.1, -1.6) node[anchor=north west] {FPS: 60 \hspace{5pt} Frame time: 16.7 ms};
|
||||
\draw[rounded corners=5pt] (0.1, -2.1) rectangle+(2.2, -0.5) node [midway] {\faSave{}~Save trace};
|
||||
\draw[rounded corners=5pt] (3.1, -2.1) rectangle+(2, -0.5) node [midway] {\faExclamationTriangle{}~Discard};
|
||||
\draw[rounded corners=5pt] (2.6, -2.1) rectangle+(1.3, -0.5) node [midway] {\faPlug{}~Stop};
|
||||
\draw[rounded corners=5pt] (4.0, -2.1) rectangle+(2, -0.5) node [midway] {\faExclamationTriangle{}~Discard};
|
||||
\end{tikzpicture}
|
||||
\caption{Connection information window.}
|
||||
\label{connectioninfo}
|
||||
|
Loading…
Reference in New Issue
Block a user