From 57b4f874ccbd09be81098ee57afc02b34bea489b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 18 Dec 2018 17:24:19 +0100 Subject: [PATCH] Menu bar buttons are now toggles. --- manual/tracy.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 7c21e352..5d873b55 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -797,12 +797,12 @@ The control menu (top row of buttons) provides access to various features of the \item \emph{\faPause{} Pause} -- While a live capture is in progress, the profiler will display the last three fully captured frames, so that you can see the current behavior of the program. Use this button\footnote{Or perform any action on the timeline view.} to stop the automatic updates of the timeline view (the capture will be still progressing). \item \emph{\faPlay{} Resume} -- Use this button to resume following the most recent three frames in a live capture. \item \emph{\faSquare{} Stopped} -- Inactive button used to indicate that the client application was terminated. -\item \emph{\faCog{} Options} -- Opens the settings menu (section~\ref{options}). -\item \emph{\faTags{} Messages} -- Opens the message log window (section~\ref{messages}), which displays custom messages sent by the client, as described in section~\ref{messagelog}. -\item \emph{\faSearch{} Find zone} -- This buttons opens the find zone window, which allows inspection of zone behavior statistics (section~\ref{findzone}). -\item \emph{\faSortAmountUp{} Statistics} -- Opens the statistics window, which displays zones sorted by their total time cost (section~\ref{statistics}). +\item \emph{\faCog{} Options} -- Toggles the settings menu (section~\ref{options}). +\item \emph{\faTags{} Messages} -- Toggles the message log window (section~\ref{messages}), which displays custom messages sent by the client, as described in section~\ref{messagelog}. +\item \emph{\faSearch{} Find zone} -- This buttons toggles the find zone window, which allows inspection of zone behavior statistics (section~\ref{findzone}). +\item \emph{\faSortAmountUp{} Statistics} -- Toggles the statistics window, which displays zones sorted by their total time cost (section~\ref{statistics}). \item \emph{\faMemory{} Memory} -- Various memory profiling options may be accessed here (section~\ref{memorywindow}). -\item \emph{\faBalanceScale{} Compare} -- Opens the trace compare window, which allows you to see the performance difference between two profiling runs (section~\ref{compare}). +\item \emph{\faBalanceScale{} Compare} -- Toggles the trace compare window, which allows you to see the performance difference between two profiling runs (section~\ref{compare}). \item \emph{\faFingerprint{} Info} -- Show general information about the trace (section~\ref{traceinfo}). \end{itemize}