oa::Stopwatch

Stopwatch class in the OA Core public surface.

Public Methods

Timestamp oa::Stopwatch::elapsed()
oa::F64 oa::Stopwatch::elapsedMs()
oa::F64 oa::Stopwatch::elapsedSec()
bool oa::Stopwatch::isRunning()
void oa::Stopwatch::reset()
void oa::Stopwatch::restart()
void oa::Stopwatch::start()
void oa::Stopwatch::stop()

Constructor & Destructor Documentation

oa::Stopwatch::Stopwatch()
No public source comment is attached to this declaration.

Public Method Documentation

Timestamp oa::Stopwatch::elapsed()
No public source comment is attached to this declaration.

Returns

Timestamp

The declared return value.

oa::F64 oa::Stopwatch::elapsedMs()
No public source comment is attached to this declaration.

Returns

oa::F64

The declared return value.

oa::F64 oa::Stopwatch::elapsedSec()
No public source comment is attached to this declaration.

Returns

oa::F64

The declared return value.

bool oa::Stopwatch::isRunning()
No public source comment is attached to this declaration.

Returns

bool

The declared return value.

void oa::Stopwatch::reset()
No public source comment is attached to this declaration.

Returns

void

The declared return value.

void oa::Stopwatch::restart()
No public source comment is attached to this declaration.

Returns

void

The declared return value.

void oa::Stopwatch::start()
No public source comment is attached to this declaration.

Returns

void

The declared return value.

void oa::Stopwatch::stop()
No public source comment is attached to this declaration.

Returns

void

The declared return value.