From 9fc8cb9d8b7d3e7f0d1de8b96fd67b7fa9ede63a Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 7 Aug 2018 22:29:35 +0200 Subject: [PATCH] Slight reword. --- manual/tracy.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 29d92446..e1b593aa 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -155,7 +155,7 @@ You should compile the main library with the \texttt{tracy/TracyClient.cpp} sour \subsection{Running the server} -The easiest way to get going is to build the standalone server, available in the \texttt{profiler} directory. You can connect to localhost or remote clients and view the collected data right away. +The easiest way to get going is to build the data analyzer, available in the \texttt{profiler} directory. With it you can connect to localhost or remote clients and view the collected data right away. If you prefer to inspect the data only after a trace has been performed, you may use the command line utility in the \texttt{capture} directory. It will save a data dump that may be later opened in the graphical viewer application.