Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_slowest

Method
This is a method of the ImportProfiler class in the profiler module.
Get N slowest imports.

Signature

def get_slowest(n: int) -> List[ImportRecord]

Parameters

n
int
default:"10"
No description available.

Returns

Returns
List[ImportRecord]
The result of the operation.

Source

View on GitHub

praisonai/profiler.py at line 996