PyInstrument
Extension to profile the execution time of resolvers using PyInstrument.
Constructor:
Signature:
def __init__(self, report_path: Path = Path('pyinstrument.html')) -> None: ...
Parameters:
-
report_path:
- Type
-
Path
- Default
-
Path('pyinstrument.html')
Methods:
-
on_operation
Signature:
def on_operation(self) -> Iterator[None]:...