profile_detailed
Function
This function is defined in the profiler module.Decorator for detailed cProfile profiling.
Signature
Parameters
No description available.
Returns
The result of the operation.
Decorator for detailed cProfile profiling.
This function is defined in the profiler module.Decorator for detailed cProfile profiling.
def profile_detailed(func: Optional[Callable]) -> Any
@profile_detailed
def heavy_computation():
pass