[#BloombergLP-bsls-Stopwatch-2constructor-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Stopwatch.adoc[Stopwatch]::Stopwatch :relfileprefix: ../../../ :mrdocs: Create a stopwatch having the state and total accumulated system, user, and wall time of the specified `other` object. Note that this method's definition is compiler generated. == Synopsis Declared in `<bsls_stopwatch.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr Stopwatch(xref:BloombergLP/bsls/Stopwatch.adoc[Stopwatch] const& other) = default; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#