Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toString
Method · 0.95
operator<
Method · 0.80
endProgress
Method · 0.80
StopWatch_test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected