Contents:
timing()
Decorator which logs the execution time of a function.
f (Function) – the function to be timed
the result of the function
_type_