syndisco.timing

timing(f: Callable) Any

Decorator which logs the execution time of a function.

Parameters:

f (Function) – the function to be timed

Returns:

the result of the function

Return type:

_type_