Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-05-22 16:32:08 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-05-22 16:32:08 +0300
commita53c8befdc914e58c0fbd1d159c11ff85d4f05df (patch)
tree98ff3417b31908782dfe10a1e8af8850343b843f /manual
parentc943749bf2688a8e68899c01494cb5f1c687f419 (diff)
Update manual.
Diffstat (limited to 'manual')
-rw-r--r--manual/tracy.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/tracy.tex b/manual/tracy.tex
index 6da53ebc..705dc906 100644
--- a/manual/tracy.tex
+++ b/manual/tracy.tex
@@ -602,6 +602,7 @@ When using Tracy Profiler, keep in mind the following requirements:
\begin{itemize}
\item The application may use each lock in no more than 64 unique threads.
\item There can be no more than 65534 unique source locations\footnote{A source location is a place in the code, which is identified by source file name and line number, for example, when you markup a zone.}. This number is further split in half between native code source locations and dynamic source locations (for example, when Lua instrumentation is used).
+\item If there are recursive zones at any point in a zone stack, each unique zone source location should not appear more than 255 times.
\item Profiling session cannot be longer than 1.6 days ($2^{47}$ \si{\nano\second}). This also includes on-demand sessions.
\item No more than 4 billion ($2^{32}$) memory free events may be recorded.
\item No more than 16 million ($2^{24}$) unique call stacks can be captured.