Expand description
High-performance monitoring and profiling for WASM optimization
This module provides comprehensive performance monitoring with minimal overhead, optimized for WASM environments.
Structs§
- Counter
Stats - Performance statistics for a counter
- Measurement
- Performance measurement
- Monitor
Config - Configuration for performance monitoring
- Performance
Monitor - High-performance monitor with minimal overhead
- Performance
Report - Performance report with comprehensive metrics
- Timer
- RAII timer for automatic measurement
Enums§
- Counter
Type - Performance counter types
Functions§
- global_
monitor - Get the global performance monitor
- global_
report - Get global performance report
- record_
measurement - Record a measurement using the global monitor
- time_
operation - Time an operation using the global monitor