From 2509a4b962634630ed01aa6a440251eae77e6dfc Mon Sep 17 00:00:00 2001 From: Tiago Rodrigues Date: Mon, 27 Nov 2023 10:22:12 -0500 Subject: [PATCH] update documentation to reflect that symbol statistics are broken when using offline symbol resolving --- manual/tracy.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index c11cb55d..3d02e463 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -1806,6 +1806,8 @@ couleur=black!5, logo=\bcbombe ]{Important} Beware that \texttt{update} will use any matching symbol file to the path it resolved to (no symbol version checking is done), so if the symbol file doesn't match the code that was used when doing the callstack capturing you will get incorrect results. + +Also note that in the case of using offline symbol resolving, even after running the \texttt{update} tool to resolve symbols, the symbols statistics are not updated and will still report the unresolved symbols. \end{bclogo} \subsection{Lua support}