buildtest.utils.timer

Module Contents

Classes

Timer()

class buildtest.utils.timer.Timer
start(self)

Start a new timer

stop(self)

Stop the timer, and report the elapsed time

exception buildtest.utils.timer.TimerError

Bases: Exception

A custom exception used to report errors in use of Timer class