diff --git a/manual/tracy.tex b/manual/tracy.tex index 424e0e32..f7fd9a40 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -668,6 +668,7 @@ The control menu (top row of buttons) provides access to various features of the \item \emph{\faPowerOff{} Close} -- This button unloads the current profiling trace and returns to the welcome menu, where another trace can be loaded. In live captures it is replaced by a pair of \emph{\faPause{} Pause} and \emph{\faPlay{} Resume} buttons. \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{\faCog{} Options} -- Opens the settings menu. \item \emph{\faTags{} Messages} -- Opens the message log window, 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. \item \emph{\faSortAmountUp{} Statistics} -- Opens the statistics window, which displays zones sorted by their total time cost.