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.

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.

constexpr
Stopwatch(Stopwatch const& other) = default;

Created with MrDocs