emrpy.decorators

Functions

timer(func)

Decorator to measure the execution time of a function.

timer_and_memory(func)

emrpy.decorators.timer(func)

Decorator to measure the execution time of a function.

emrpy.decorators.timer_and_memory(func)