Return accumulated wall time in seconds.

Synopsis

Declared in <bsls_stopwatch.h>

double
accumulatedWallTime() const;

Description

Return the total (instantaneous and quiescent) elapsed wall time (in seconds) accumulated by this stopwatch.

Return Value

accumulated wall time in seconds

Created with MrDocs