From 7e4088ed61b397551fa0074a8c590b27dc9a78dd Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 29 Feb 2020 00:58:59 +0100 Subject: [PATCH] Update manual. --- manual/tracy.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index fdea013b..46e5e760 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -2543,7 +2543,9 @@ This window presents information and statistics about a lock. The lock events co You may view a live replay of the profiled application screen captures (see section~\ref{frameimages}) using this window. Playback is controlled by the \emph{\faPlay~Play} and \emph{\faPause~Pause} buttons and the \emph{Frame image} slider can be used to scrub to the desired time stamp. Alternatively you may use the \emph{\faCaretLeft} and \emph{\faCaretRight} buttons to change single frame back or forward. -If the \emph{Sync timeline} option is selected, the timeline view will be focused on the frame corresponding to the currently displayed screen shot. +If the \emph{Sync timeline} option is selected, the timeline view will be focused on the frame corresponding to the currently displayed screen shot. The \emph{Zoom 2$\times$} option enlarges the image, for easier viewing. + +Each displayed frame image is also accompanied by the following parameters: \emph{timestamp}, showing at which time the image was captured, \emph{frame}, displaying the numerical value of corresponding frame, and \emph{ratio}, telling how well the in-memory loss-less compression was able to reduce the image data size. \subsection{CPU data window} \label{cpudata}