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

Call stack is limited to 62 frames on windows.

This commit is contained in:
Bartosz Taudul 2019-03-10 23:37:27 +01:00
parent 9563c8316d
commit 935f69469b

View File

@ -683,7 +683,7 @@ Be aware that call stack collection is a relatively slow operation. Table~\ref{C
You can force call stack capture in the non-\texttt{S} postfixed macros by adding the \texttt{TRACY\_CALLSTACK} define, set to the desired call stack capture depth. This setting doesn't affect the explicit call stack macros.
The maximum call stack depth that can be retrieved is 64 frames. This is a restriction at the level of operating system.
The maximum call stack depth that can be retrieved is 62 frames. This is a restriction at the level of operating system.
\begin{bclogo}[
noborder=true,