Skip to main content

get_timings

Method
This is a method of the Profiler class in the profiler module.
Get timing records, optionally filtered by category.

Signature

def get_timings(category: Optional[str]) -> List[TimingRecord]

Parameters

category
Optional
No description available.

Returns

Returns
List[TimingRecord]
The result of the operation.