Return accumulated user CPU time in seconds.
Synopsis
Declared in <bsls_stopwatch.h>
double
accumulatedUserTime() const;
Description
Return the total (instantaneous and quiescent) elapsed user time (in seconds) accumulated by this stopwatch, or 0 if the collection of CPU times is disabled.
Return Value
accumulated user time in seconds, or 0 if CPU timing is off
Created with MrDocs