acdc.utils.utils.timefunc

timefunc(func)[source]

Decorator to wrap and time functions.

Parameters:

func (func) – Function to be timed

Returns:

wrapper (func) – Timed version of the function