From 303bbdd512a0f1c872c20b3f092b2334372b6669 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 26 Apr 2019 23:29:05 +0200 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 b64d741c..fa0262e8 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -1546,7 +1546,9 @@ The information about the selected memory allocation is displayed in this window \subsection{Trace information window} \label{traceinfo} -This window contains various bits of information about profiler and the current trace. For example, you can see the profiler memory usage, the number of captured zones, lock event, plot points, memory allocations, etc. There's also a section containing the selected frame set timing statistics and histogram\footnote{See section~\ref{findzone} for a description of the histogram. Note that there are subtle differences in the available functionality.}. +This window contains various bits of information about profiler and the current trace. For example, you can see the profiler memory usage, the number of captured zones, lock events, plot points, memory allocations, etc. + +There's also a section containing the selected frame set timing statistics and histogram\footnote{See section~\ref{findzone} for a description of the histogram. Note that there are subtle differences in the available functionality.}. As a convenience you can switch the active frame set here and limit the displayed frame statistics to the frame range visible on the screen. In this window you can view the information about the machine on which the profiled application was running. This includes the operating system, the used compiler, CPU name, amount of total available RAM, etc.