lookout.style.format.benchmarks.time_profile

Module Contents

lookout.style.format.benchmarks.time_profile.profile(func:Callable)

Profiling decorator.

Parameters:func – Function to be wrapped.
Returns:Wrapped function.