Expand description
Runtime Performance Profiler
This module implements adaptive performance profiling that learns from actual runtime behavior to optimize SIMD and parallelism thresholds dynamically.
Structs§
- Adaptive
Thresholds - Adaptive threshold configuration that learns from runtime performance
- Performance
Measurement - Performance measurement for a specific operation type and size
- Profiler
Statistics - Statistics from the runtime profiler
- Runtime
Profiler - Runtime performance profiler that adapts thresholds based on actual performance
Functions§
- get_
adaptive_ thresholds - Get current adaptive thresholds from the global profiler
- get_
global_ profiler - Get the global runtime profiler instance
- get_
profiler_ statistics - Get profiler statistics for monitoring
- record_
performance - Record a performance measurement in the global profiler