Expand description
Atomic statistics system for lock-free performance monitoring
This module provides atomic-based statistics to replace mutex-protected counters, reducing lock contention and improving performance.
Structs§
- Atomic
Memory Stats - Atomic memory statistics for lock-free updates
- Atomic
Performance Counters - Atomic performance counters for various operations
- Memory
Stats Snapshot - Snapshot of memory statistics at a point in time
- Performance
Snapshot - Snapshot of performance counters
- Simple
Memory Stats - Simple memory statistics optimized for cache line efficiency Hot path operations use only the first cache line (16 bytes)
Functions§
- get_
global_ atomic_ stats - Get global atomic memory statistics