mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Update manual.
This commit is contained in:
parent
e289f2b8c0
commit
28220a5fbf
@ -518,7 +518,10 @@ noborder=true,
|
||||
couleur=black!5,
|
||||
logo=\bcattention
|
||||
]{Caveats}
|
||||
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.
|
||||
\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 Due to implementation details of the network buffer, single frame image cannot be greater than 256 KB after compression. Note that $\frac{960\times540}{2} \approx 253$ KB.
|
||||
\end{itemize}
|
||||
\end{bclogo}
|
||||
|
||||
\paragraph{OpenGL screen capture code example}
|
||||
|
Loading…
Reference in New Issue
Block a user