traveler.core.timers#

Functions#

method_timer(func)

Decorator that prints the elapsed time of a method's execution.

timer(func)

Decorator that prints the elapsed time of a function's execution.