Return the accumulated elapsed wall time in seconds.
Synopsis
Declared in <bsls_stopwatch.h>
double
elapsedTime() const;
Description
Return the total (instantaneous and quiescent) elapsed wall time (in seconds) accumulated by this stopwatch. Note that this method is equivalent to accumulatedWallTime.
Return Value
accumulated elapsed wall time in seconds
Created with MrDocs