StreamingTracker
Defined in the profiler module.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.

