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
d0b81c7c0b
commit
64bcf2893f
@ -1618,6 +1618,10 @@ To enable deep insight into program execution, Tracy will capture small chunks o
|
||||
|
||||
You should be extra careful when working with non-public code, as parts of your program will be embedded in the captured trace.
|
||||
|
||||
\subsubsection{Vertical synchronization}
|
||||
|
||||
On Windows Tracy will automatically capture hardware Vsync events, if running with elevated privileges (see section~\ref{contextswitches}). These events will be reported as '\texttt{[x] Vsync}' frame sets, where \texttt{x} is the identifier of a specific monitor. Note that hardware vertical synchronization might not correspond to the one seen by your application, due to desktop composition, command queue buffering, etc.
|
||||
|
||||
\subsection{Trace parameters}
|
||||
\label{traceparameters}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user