Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-08-04 20:17:24 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-08-04 20:17:24 +0300
commit225d6c1edec0bf615d1c141e9c0bed0db3712b97 (patch)
tree2667f3e127f542e9a508666da343db8f04fcf6ee /manual
parent8835a7b35d39f27606e1f3cb1f52a7e8e4c948e8 (diff)
Update manual.
Diffstat (limited to 'manual')
-rw-r--r--manual/tracy.tex11
1 files changed, 7 insertions, 4 deletions
diff --git a/manual/tracy.tex b/manual/tracy.tex
index 22d52f7e..611cead7 100644
--- a/manual/tracy.tex
+++ b/manual/tracy.tex
@@ -2583,12 +2583,12 @@ The graph of the currently selected frame set (figure~\ref{frametime}) provides
\label{frametime}
\end{figure}
-Each bar displayed on the graph represents a unique frame in the current frame set\footnote{Unless the view is zoomed out and multiple frames are merged into one column.}. The progress of time is in the right direction. The height of the bar indicates the time spent in the frame, complemented with the color information:
+Each bar displayed on the graph represents a unique frame in the current frame set\footnote{Unless the view is zoomed out and multiple frames are merged into one column.}. The progress of time is in the right direction. The bar height indicates the time spent in the frame, complemented by the color information, which depends on the target FPS value. You can set the desired FPS in the options menu (see section~\ref{options}).
\begin{itemize}
-\item If the bar is \emph{blue}, then the frame met the \emph{best} time of 143 FPS, or 6.99 \si{\milli\second}\footnote{The actual target is 144 FPS, but one frame leeway is allowed to account for timing inaccuracies.} (represented by blue target line).
-\item If the bar is \emph{green}, then the frame met the \emph{good} time of 59 FPS, or 16.94 \si{\milli\second} (represented by green target line).
-\item If the bar is \emph{yellow}, then the frame met the \emph{bad} time of 29 FPS, or 34.48 \si{\milli\second} (represented by yellow target line).
+\item If the bar is \emph{blue}, then the frame met the \emph{best} time of twice the target FPS (represented by the green target line).
+\item If the bar is \emph{green}, then the frame met the \emph{good} time of target FPS (represented by the yellow line).
+\item If the bar is \emph{yellow}, then the frame met the \emph{bad} time of half the FPS (represented by the red target line).
\item If the bar is \emph{red}, then the frame didn't meet any time limits.
\end{itemize}
@@ -2948,6 +2948,9 @@ In this window, you can set various trace-related options. For example, the time
\begin{itemize}
\item \emph{\faExpand{} Draw empty labels} -- By default threads that don't have anything to display at the current zoom level are hidden. Enabling this option will show them anyway.
\item \emph{\faFlagCheckered{} Draw frame targets} -- If enabled, time regions in any frame from the currently selected frame set, which exceed the specified \emph{Target FPS} value will be marked with a red background on timeline view.
+\begin{itemize}
+\item \emph{Target FPS} -- Controls the option above, but also the frame bar colors in the frame time graph (section~\ref{frametimegraph}). The color range thresholds are presented in a line directly below.
+\end{itemize}
\item \emph{\faHiking{} Draw context switches} -- Allows disabling context switch display in threads.
\begin{itemize}
\item \emph{\faMoon{} Darken inactive thread} -- If enabled, inactive regions in threads will be dimmed out.