From e0105451f6609b86ef7da7aa1f9ff9b882bdc94f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 12 Sep 2019 20:14:54 +0200 Subject: [PATCH] Update manual. --- manual/tracy.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index 6a2e26b8..2410dcbf 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -1641,6 +1641,8 @@ This label is only available if context switch data was collected. Each line in \item \emph{Gray} -- Threads assigned to other programs running in the system. \end{itemize} +When the \faMousePointer{}~mouse pointer is hovered over either the CPU data zone, or the thread timeline label, Tracy will display a line connecting all zones associated with the selected thread. This can be used to easily see how the thread was migrating across the CPU cores. + Careful examination of the data presented on this graph may allow you to determine areas where the profiled application was fighting for system resources with other programs (see section~\ref{checkenvironment}), or give you a hint to add more instrumentation macros. \subparagraph{Locks}