Skip to main content

record_import

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

Signature

def record_import(module: str, duration_ms: float, parent: str) -> None

Parameters

module
str
required
No description available.
duration_ms
float
required
No description available.
parent
str
default:"''"
No description available.