Module performance_monitor

Source
Expand description

High-performance monitoring and profiling for WASM optimization

This module provides comprehensive performance monitoring with minimal overhead, optimized for WASM environments.

Structs§

CounterStats
Performance statistics for a counter
Measurement
Performance measurement
MonitorConfig
Configuration for performance monitoring
PerformanceMonitor
High-performance monitor with minimal overhead
PerformanceReport
Performance report with comprehensive metrics
Timer
RAII timer for automatic measurement

Enums§

CounterType
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