MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / operator<

Method operator<

src/openms/source/SYSTEM/StopWatch.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 }
262
263 bool StopWatch::operator<(const StopWatch & stop_watch) const
264 {
265 return getCPUTime() < stop_watch.getCPUTime();
266 }
267
268
269 bool StopWatch::operator<=(const StopWatch & stop_watch) const

Callers

nothing calls this directly

Calls 1

getCPUTimeMethod · 0.80

Tested by

no test coverage detected