libstp.timing.config

Classes

TimingConfig

Runtime knobs for step timing collection and anomaly detection.

Module Contents

class libstp.timing.config.TimingConfig

Runtime knobs for step timing collection and anomaly detection.

threshold_multiplier: float = 3.0
window_size: int = 20
db_path: str = 'logs/step_timing.db'
enabled: bool = True