[#BloombergLP-bsls-Stopwatch-elapsedTime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Stopwatch.adoc[Stopwatch]::elapsedTime :relfileprefix: ../../../ :mrdocs: Return the total (instantaneous and quiescent) elapsed wall time (in seconds) accumulated by this stopwatch. Note that this method is equivalent to `accumulatedWallTime`. == Synopsis Declared in `<bsls_stopwatch.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- double elapsedTime() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#