1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Allow disabling call stack sampling.

Only on Windows for now.
This commit is contained in:
Bartosz Taudul
2020-11-05 23:59:52 +01:00
parent 4caaa325c2
commit e920b5cf64
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1788,6 +1788,8 @@ This feature requires privilege elevation, as described in chapter~\ref{contexts
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.
Call stack sampling may be disabled by using the \texttt{TRACY\_NO\_SAMPLING} define.
\subsubsection{Executable code retrieval}
\label{executableretrieval}