StopWatch.this

this(AutoStart autostart) @safe nothrow @nogc

Constructs a StopWatch. Whether it starts immediately depends on the

AutoStart argument.

If StopWatch.init is used, then the constructed StopWatch isn't running (and can't be, since no constructor ran).