API Docs for: 0.0.9
Show:

Dalek.Timer Class

Defined in: lib/dalek/timer.js:39
Module: DalekJS

Timing module to measure test run times

Constructor

Dalek.Timer

()

Methods

getElapsedTime

() Float

Returns the elapsed time in ms

Returns:

Float:

getElapsedTimeFormatted

() Object

Returns an object with test run time information containing hours, minutes & seconds

Returns:

Object:

start

() chainable

Starts the timer

stop

() chainable

Stops the timer