Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ clockTime
Method
clockTime
src/openms/source/SYSTEM/StopWatch.cpp:299–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
inline double StopWatch::TimeDiff_::clockTime() const
300
{
301
return (double)start_time + (double)start_time_usec / 1e6;
302
}
303
304
inline double StopWatch::TimeDiff_::ticksToSeconds_(TimeType in) const
305
{
Callers
1
getClockTime
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected