From 59a8ae2d7da26959751a1ee1763ecfbd30cfa71a Mon Sep 17 00:00:00 2001 From: David McCloskey Date: Thu, 23 Jul 2026 14:38:56 -0500 Subject: [PATCH] Adding documentation --- manual/tracy.md | 2 +- manual/tracy.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/tracy.md b/manual/tracy.md index 97b92f53..5a6d7091 100644 --- a/manual/tracy.md +++ b/manual/tracy.md @@ -3635,7 +3635,7 @@ Mutual exclusion zones are displayed in each thread that tries to acquire them. [^77]: This region type is disabled by default and needs to be enabled in options (section [5.4](#options)). -Hovering the  mouse pointer over a lock timeline will highlight the lock in all threads to help read the lock behavior. Hovering the  mouse pointer over a lock event will display important information, for example, a list of threads that are currently blocking or which are blocked by the lock. Clicking the left mouse button on a lock event or a lock label will open the lock information window, as described in section [5.19](#lockwindow). Clicking the middle mouse button on a lock event will zoom the view to the extent of the event. +Hovering the  mouse pointer over a lock timeline will highlight the lock in all threads to help read the lock behavior. Hovering the  mouse pointer over a lock event will display important information, for example, a list of threads that are currently blocking or which are blocked by the lock. Hovering the  mouse pointer over a thread label shows that thread's aggregate lock wait time across all locks (see above). Clicking the left mouse button on a lock event or a lock label will open the lock information window, as described in section [5.19](#lockwindow). Clicking the middle mouse button on a lock event will zoom the view to the extent of the event. ----- diff --git a/manual/tracy.tex b/manual/tracy.tex index 0f7ac231..1b2c60a0 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -4100,7 +4100,7 @@ Mutual exclusion zones are displayed in each thread that tries to acquire them. \item \emph{Red region} -- The thread wants to acquire the lock but is blocked by other thread or threads in case of a shared lock. \end{itemize} -Hovering the \faArrowPointer{}~mouse pointer over a lock timeline will highlight the lock in all threads to help read the lock behavior. Hovering the \faArrowPointer{}~mouse pointer over a lock event will display important information, for example, a list of threads that are currently blocking or which are blocked by the lock. Clicking the \LMB{}~left mouse button on a lock event or a lock label will open the lock information window, as described in section~\ref{lockwindow}. Clicking the \MMB{}~middle mouse button on a lock event will zoom the view to the extent of the event. +Hovering the \faArrowPointer{}~mouse pointer over a lock timeline will highlight the lock in all threads to help read the lock behavior. Hovering the \faArrowPointer{}~mouse pointer over a lock event will display important information, for example, a list of threads that are currently blocking or which are blocked by the lock. Hovering the \faArrowPointer{}~mouse pointer over a thread label shows that thread's aggregate lock wait time across all locks (see above). Clicking the \LMB{}~left mouse button on a lock event or a lock label will open the lock information window, as described in section~\ref{lockwindow}. Clicking the \MMB{}~middle mouse button on a lock event will zoom the view to the extent of the event. \subparagraph{Plots} \label{plots}