[#BloombergLP-bsls-Stopwatch-2constructor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Stopwatch.adoc[Stopwatch]::Stopwatch :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bsls_stopwatch.h>` Create a stopwatch in the STOPPED state having total accumulated system, user, and wall times all equal to 0.0. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/Stopwatch/2constructor-0b.adoc[Stopwatch](); ---- [.small]#xref:BloombergLP/bsls/Stopwatch/2constructor-0b.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:BloombergLP/bsls/Stopwatch/2constructor-01.adoc[Stopwatch](xref:BloombergLP/bsls/Stopwatch.adoc[Stopwatch] const& other) = default; ---- [.small]#xref:BloombergLP/bsls/Stopwatch/2constructor-01.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#