From 980dcc497839a0a1aab6beb5bb126d2f1895f9f9 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 24 Aug 2020 18:47:55 +0200 Subject: [PATCH] Update manual. --- manual/tracy.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index b744f285..57098426 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -1692,6 +1692,8 @@ 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{contextswitches}. 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. + \subsubsection{Executable code retrieval} \label{executableretrieval}