Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
StreamingTracker
Defined in the profiler module.AI Agents Framework Track streaming operations (LLM responses).
Constructor
No description available.
Methods
start()
Start tracking.
first_token()
Mark time to first token.
chunk()
Record a chunk received.
end()
End tracking and record to Profiler.
ttft_ms()
Get time to first token in ms.
elapsed_ms()
Get elapsed time in ms.
Usage
Source
View on GitHub
praisonai/profiler.py at line 142
