mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Notify user that the data might not be correct.
This commit is contained in:
parent
17e6a97552
commit
6ef282dd1a
@ -1869,6 +1869,14 @@ The frame time graph (section~\ref{frametimegraph}) behavior is altered when a z
|
|||||||
|
|
||||||
Each bar is drawn in gray color, with the white part accounting for the zone time. If the execution time is greater than the frame time (this is possible if more than one thread was executing the same zone), the overflow will be displayed using red color.
|
Each bar is drawn in gray color, with the white part accounting for the zone time. If the execution time is greater than the frame time (this is possible if more than one thread was executing the same zone), the overflow will be displayed using red color.
|
||||||
|
|
||||||
|
\begin{bclogo}[
|
||||||
|
noborder=true,
|
||||||
|
couleur=black!5,
|
||||||
|
logo=\bcattention
|
||||||
|
]{Caveats}
|
||||||
|
The displayed data might not be calculated correctly and some zones may not be included in the reported times.
|
||||||
|
\end{bclogo}
|
||||||
|
|
||||||
\subsection{Compare traces window}
|
\subsection{Compare traces window}
|
||||||
\label{compare}
|
\label{compare}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user