wgpu/lock-analyzer
Jim Blandy bbdbafdf8a [core] Add lock::observing module, for analyzing lock acquisition.
Add a new module `lock::observing`, enabled by the `observe-locks`
feature, that records all nested lock acquisitions in trace files.

Add a new utility to the workspace, `lock-analyzer`, that reads the
files written by the `observe-locks` feature and writes out a new
`define_lock_ranks!` macro invocation that covers all observed lock
usage, along with comments giving the held and acquired source
locations.
2024-08-28 22:44:20 -04:00
..
src [core] Add lock::observing module, for analyzing lock acquisition. 2024-08-28 22:44:20 -04:00
Cargo.toml [core] Add lock::observing module, for analyzing lock acquisition. 2024-08-28 22:44:20 -04:00