src/dazzle_back/metrics/throughput.py¶
Generated: 2026-03-30T04:38:46.451557+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Throughput counter for rate measurement.
Provides events-per-second calculations with sliding window averaging.
Key Exports¶
ThroughputStatsThroughputCounterThroughputTrackerincrementstatsresetto_dictincrementgetall_statsto_dictreset_all
Dependencies¶
Imports¶
__future__.annotationsthreadingtimedataclasses.dataclassdataclasses.fieldtyping.Any
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
No related tests found.
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.