[#BloombergLP-bsls-Stopwatch-accumulatedSystemTime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Stopwatch.adoc[Stopwatch]::accumulatedSystemTime :relfileprefix: ../../../ :mrdocs: Return accumulated system CPU time in seconds. == Synopsis Declared in `<bsls_stopwatch.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- double accumulatedSystemTime() const; ---- == Description Return the total (instantaneous and quiescent) elapsed system time (in seconds) accumulated by this stopwatch, or 0 if the collection of CPU times is disabled. == Return Value accumulated system time in seconds, or 0 if CPU timing is off [.small]#Created with https://www.mrdocs.com[MrDocs]#