Utils¶
Function to show time neeed for the evaluation of a function.
- src.utils.timer.timer(function)¶
Function to show time neeed for the evaluation of a function.
- Parameters
function (function) – Function that is executed.
- Returns
Result of the executed function.
- Return type
result (object)