navigate.tools.decorators.function_timer
- navigate.tools.decorators.function_timer(func)
Decorator for evaluating the duration of time necessary to execute a statement.
- Parameters:
func (function) – The function to be timed.
- Returns:
wrap_func – The wrapped function.
- Return type:
function