Skip to main content

get_imports

Method
This is a method of the Profiler class in the profiler module.
Get import records, optionally filtered by minimum duration.

Signature

def get_imports(min_duration_ms: float) -> List[ImportRecord]

Parameters

min_duration_ms
float
default:"0"
No description available.

Returns

Returns
List[ImportRecord]
The result of the operation.