mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-18 17:19:53 +00:00
This update introduces a new function, GetThreadLockWaitTime, which computes the total wait time for locks held by a specific thread. The function aggregates wait times across all locks and updates the tooltip to display lock wait time and count, enhancing the profiling capabilities of the timeline item.