diff --git a/manual/tracy.tex b/manual/tracy.tex index ebc2f7d6..fc4ec2c1 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -496,6 +496,8 @@ The client with on-demand profiling enabled needs to perform additional bookkeep By default, the Tracy client will announce its presence to the local network\footnote{Additional configuration may be required to achieve full functionality, depending on your network layout. Read about UDP broadcasts for more information.}. If you want to disable this feature, define the \texttt{TRACY\_NO\_BROADCAST} macro. +The program name that is sent out in the broadcast messages can be customized by using the \texttt{TracySetProgramName(name)} macro. + \subsubsection{Client network interface} By default, the Tracy client will listen on all network interfaces. If you want to restrict it to only listening on the localhost interface, define the \texttt{TRACY\_ONLY\_LOCALHOST} macro at compile-time, or set the \texttt{TRACY\_ONLY\_LOCALHOST} environment variable to $1$ at runtime.