Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-05-11 19:37:08 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-05-11 19:37:08 +0300
commitbb25687f7e50fcf4964a8af87e06d5413d20956e (patch)
tree9480c54b1005a77e462468f27aa1e985a4416fae /manual
parent84bb131f81d2bbe31e2bdfb9d2fa764f03909650 (diff)
Update manual.
Diffstat (limited to 'manual')
-rw-r--r--manual/tracy.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tracy.tex b/manual/tracy.tex
index cef9e2d5..f0021049 100644
--- a/manual/tracy.tex
+++ b/manual/tracy.tex
@@ -1839,7 +1839,7 @@ Manual markup of zones doesn't cover every function existing in a program and ca
This feature requires privilege elevation, as described in chapter~\ref{privilegeelevation}. Proper setup of the required program debugging data is described in chapter~\ref{collectingcallstacks}.
-On Windows sampling is performed at 8 kHz frequency (which is the maximum possible value), and on Linux and Android it is performed at 10 kHz.
+By default sampling is performed at 8 kHz frequency on Windows (which is the maximum possible value). On Linux and Android it is performed at 10 kHz. This value can be changed by providing the sampling frequency (in Hz) through the \texttt{TRACY\_SAMPLING\_HZ} macro.
Call stack sampling may be disabled by using the \texttt{TRACY\_NO\_SAMPLING} define.