[#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 copy of the specified `other` stopwatch. [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..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | stopwatch whose state and accumulated times are copied |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#