Expand description
§Function-Level Performance Hinting System
This module provides a comprehensive performance hinting system that allows functions to declare their performance characteristics and optimization preferences.
Structs§
- Duration
Range - Expected duration range
- Execution
Stats - Execution statistics for a function
- Memory
Requirements - Memory requirements specification
- Performance
Hint Registry - Performance hint registry for functions
- Performance
Hints - Performance characteristics of a function
- Performance
Tracker - Function decorator for automatic performance tracking
Enums§
- Cache
Behavior - Cache behavior characteristics
- Complexity
Class - Computational complexity classification
- IoPattern
- I/O operation characteristics
- Memory
Pattern - Memory access pattern classification
- Optimization
Level - Optimization level preferences
- Optimization
Recommendation - Optimization recommendations based on performance analysis
Functions§
- global_
registry - Get the global performance hint registry