Skip to main content

ImportProfiler

Defined in the profiler module.
Context manager to profile imports.

Methods

Usage

with profile_imports() as profiler:
        import heavy_module
    
    print(profiler.get_imports())