From 935f69469b7cfe194816d95b0b7b49e861bc5d58 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 10 Mar 2019 23:37:27 +0100 Subject: [PATCH] Call stack is limited to 62 frames on windows. --- manual/tracy.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 7f840145..0d1b83ab 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -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,