Searched defs:StopWatch (Results 1 – 3 of 3) sorted by relevance
53 struct StopWatch struct62 auto sw = StopWatch(AutoStart.yes); argument91 Constructs a StopWatch. Whether it starts immediately depends on the argument109 auto sw = StopWatch(AutoStart.yes); argument115 auto sw = StopWatch(AutoStart.no); argument121 StopWatch sw; argument150 auto sw = StopWatch(AutoStart.yes); argument162 auto sw = StopWatch(AutoStart.yes); argument180 Starts the StopWatch. argument185 in { assert(!_running, "start was called when the StopWatch was already running."); } in start() argument[all …]
191 @safe struct StopWatch struct206 auto sw = StopWatch(Yes.autoStart); in this() argument212 bool opEquals(const StopWatch rhs) const pure nothrow @nogc in this() argument218 bool opEquals(const ref StopWatch rhs) const pure nothrow @nogc in this() argument232 // Set current system time if StopWatch is measuring. in this() argument247 StopWatch sw; in this() argument267 StopWatch sw; in this() argument293 StopWatch sw; in this() argument297 bool doublestop = true; in this()321 StopWatch sw; in this() argument[all …]
82 struct StopWatch struct105 auto sw = StopWatch(AutoStart.yes); argument111 auto sw = StopWatch(AutoStart.no); argument117 StopWatch sw; argument146 auto sw = StopWatch(AutoStart.yes); argument158 auto sw = StopWatch(AutoStart.yes); argument176 Starts the StopWatch. argument181 in { assert(!_running, "start was called when the StopWatch was already running."); } in start() argument193 StopWatch sw; argument209 in { assert(_running, "stop was called when the StopWatch was not running."); } in stop() argument[all …]