From 2e31c26ae595879809edd75939b8b5d13891fdd4 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 15 Aug 2019 20:21:09 +0200 Subject: [PATCH] Update manual. --- manual/tracy.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index e30fe7a5..1a9c13c4 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -343,6 +343,7 @@ When using Tracy Profiler, keep in mind the following requirements: \begin{itemize} \item Each lock may be used 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 Profiling session cannot be longer than 1.6 days ($2^{47}$ \si{\nano\second}). This also includes on-demand sessions. \end{itemize} \subsection{Check your environment}