Expand description
Inspectable types for implementing performance counters.
Structsยง
- A simple 64-bit counter.
- A power-of-two histogram with
N
buckets. - A 64-bit counter that can be concurrently accessed by multiple threads.
Inspectable types for implementing performance counters.
N
buckets.