From 86ff14ad7ef20437542a46dd9020627ecb0cb27d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 29 Apr 2021 21:05:10 +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 6865a4b6..8c0616de 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -914,6 +914,7 @@ logo=\bcattention ]{Caveats} \begin{itemize} \item Frame images are compressed on a second client profiler thread\footnote{Small part of compression task is performed on the server.}, to reduce memory usage of queued images. This might have impact on the performance of the profiled application. +\item This second thread will be periodically woken up, even if there are no frame images to compress\footnote{This way of doing things is required to prevent a deadlock in specific circumstances.}. If you are not using the frame image capture functionality and you don't wish this thread to be running, you can define the \texttt{TRACY\_NO\_FRAME\_IMAGE} macro. \item Due to implementation details of the network buffer, single frame image cannot be greater than 256 KB after compression. Note that a $960\times540$ image fits in this limit. \end{itemize} \end{bclogo}