Home
last modified time | relevance | path

Searched defs:StopWatch (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dstopwatch.d53 struct StopWatch struct
62 auto sw = StopWatch(AutoStart.yes); argument
91 Constructs a StopWatch. Whether it starts immediately depends on the argument
109 auto sw = StopWatch(AutoStart.yes); argument
115 auto sw = StopWatch(AutoStart.no); argument
121 StopWatch sw; argument
150 auto sw = StopWatch(AutoStart.yes); argument
162 auto sw = StopWatch(AutoStart.yes); argument
180 Starts the StopWatch. argument
185 in { assert(!_running, "start was called when the StopWatch was already running."); } in start() argument
[all …]
H A Dpackage.d191 @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
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dstopwatch.d82 struct StopWatch struct
105 auto sw = StopWatch(AutoStart.yes); argument
111 auto sw = StopWatch(AutoStart.no); argument
117 StopWatch sw; argument
146 auto sw = StopWatch(AutoStart.yes); argument
158 auto sw = StopWatch(AutoStart.yes); argument
176 Starts the StopWatch. argument
181 in { assert(!_running, "start was called when the StopWatch was already running."); } in start() argument
193 StopWatch sw; argument
209 in { assert(_running, "stop was called when the StopWatch was not running."); } in stop() argument
[all …]