Skip to main content

time_import

Function
This function is defined in the profiler module.
Time how long it takes to import a module. Returns duration in milliseconds.

Signature

def time_import(module_name: str) -> float

Parameters

module_name
str
required
No description available.

Returns

Returns
float
The result of the operation.