Lines Matching defs:StopWatch
191 @safe struct StopWatch struct
206 auto sw = StopWatch(Yes.autoStart); in this() argument
212 bool opEquals(const StopWatch rhs) const pure nothrow @nogc in this() argument
218 bool opEquals(const ref StopWatch rhs) const pure nothrow @nogc in this() argument
232 // Set current system time if StopWatch is measuring. in this() argument
247 StopWatch sw; in this() argument
267 StopWatch sw; in this() argument
293 StopWatch sw; in this() argument
297 bool doublestop = true; in this()
321 StopWatch sw; in this() argument
344 StopWatch sw; in this() argument
363 StopWatch sw1; in this() argument
369 StopWatch sw2 = Yes.autoStart; in this() argument
388 // Total time that StopWatch ran. in this() argument
398 StopWatch sw; in this() argument