Expand description
Runtime performance monitoring: operation timers, cache trackers, and health snapshots.
Structs§
- Cache
Metrics - Cache metrics using atomics
- Cache
Snapshot - Snapshot of a single cache’s metrics
- Operation
Metrics - Operation metrics using atomics
- Operation
Snapshot - Snapshot of a single operation’s metrics
- Operation
Timer - Operation timer that tracks elapsed time for a named operation
- Performance
Monitor - Performance monitor using atomic operations
- Performance
Snapshot - Serializable performance snapshot
Functions§
- get_
monitor - Retrieve the global performance monitor, if initialized
- init_
monitoring - Initialize the global performance monitor with an optional session identifier
- start_
timer - Start a timer for the named operation using the global monitor