1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Update manual.

This commit is contained in:
Bartosz Taudul 2022-09-05 20:35:39 +02:00
parent 4fd4baf557
commit f16c64872b
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -2867,6 +2867,8 @@ Each line in the thread execution display represents a separate logical CPU thre
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 quickly see how the thread migrated across the CPU cores.
Clicking the \LMB{}~left mouse button on a tracked thread will make it visible on the timeline if it was either hidden or collapsed before.
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{checkenvironmentos}) or give you a hint to add more instrumentation macros.
\subparagraph{Locks}