Timer

class sknano.testing.Timer(func=<built-in function perf_counter>)[source] [edit on github][source]

Bases: object

Stopwatch Timer class.

Attributes

running

Methods

reset()
start()
stop()

Attributes Summary

running

Methods Summary

reset()
start()
stop()

Attributes Documentation

running

Methods Documentation

reset()[source] [edit on github][source]
start()[source] [edit on github][source]
stop()[source] [edit on github][source]