Skip to main content

record_timing

Method
This is a method of the Profiler class in the profiler module.
Record a timing measurement.

Signature

Parameters

str
required
No description available.
float
required
No description available.
str
default:"'function'"
No description available.
str
default:"''"
No description available.
int
default:"0"
No description available.

Uses

  • cls.is_enabled
  • TimingRecord

Used By

Source

View on GitHub

praisonai/profiler.py at line 287