quemb.shared.helper.FunctionTimer.timeit

FunctionTimer.timeit(func)

Decorator to time a function and record stats using Timer.

Return type:

Callable[[ParamSpec(_P, bound= None)], TypeVar(_R)]