BloombergLP::bsls::Stopwatch::Stopwatch

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.

Stopwatch();
» more...

Create a copy of the specified other stopwatch.

constexpr
Stopwatch(Stopwatch const& other) = default;
» more...

Parameters

NameDescription
otherstopwatch whose state and accumulated times are copied