Skip to main content

get_statistics

Method
This is a method of the Profiler class in the profiler module.
Get statistical analysis of timing data. Returns p50, p95, p99, mean, std_dev, min, max.

Signature

def get_statistics(category: Optional[str]) -> Dict[str, float]

Parameters

category
Optional
No description available.

Returns

Returns
Dict[str, float]
The result of the operation.