Module profiler

Module profiler 

Source
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§

AdaptiveThresholds
Adaptive threshold configuration that learns from runtime performance
PerformanceMeasurement
Performance measurement for a specific operation type and size
ProfilerStatistics
Statistics from the runtime profiler
RuntimeProfiler
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