API Docs for: 0.0.2
Show:

Dalek.Timer Class

Defined in: index.js:39
Module: DalekJS

Timing module to measure test run times

Methods

getElapsedTime

() Float

Defined in index.js:75

Returns the elapsed time in ms

Returns:

Float:

getElapsedTimeFormatted

() Object

Defined in index.js:86

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

Returns:

Object:

start

() chainable

Defined in index.js:51

Starts the timer

stop

() chainable

Defined in index.js:63

Stops the timer