Timer

class Timer[source]

Bases: object

Context manager for accumulating execution time

Adds the time taken within block to a running total.

__init__()[source]

Methods

__init__