MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getCPUTime

Method getCPUTime

src/openms/source/SYSTEM/StopWatch.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 }
247
248 double StopWatch::getCPUTime() const
249 {
250 return getUserTime() + getSystemTime();
251 }
252
253 bool StopWatch::isRunning() const
254 {

Callers 4

toStringMethod · 0.95
operator<Method · 0.80
endProgressMethod · 0.80
StopWatch_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected