1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Update manual.

This commit is contained in:
Bartosz Taudul 2023-03-30 21:56:02 +02:00
parent df1b3e7feb
commit a4c200d242
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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.