Skip to main content

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.

end

Method
This is a method of the StreamingTracker class in the profiler module.
End tracking and record to Profiler.

Signature

def end(total_tokens: int) -> None

Parameters

total_tokens
int
default:"0"
No description available.

Uses

  • time.perf_counter
  • Profiler.record_streaming

Used By

Source

View on GitHub

praisonai/profiler.py at line 176