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

Method userTime

src/openms/source/SYSTEM/StopWatch.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 inline double StopWatch::TimeDiff_::userTime() const
285 {
286 return ticksToSeconds_(user_ticks);
287 }
288
289 inline double StopWatch::TimeDiff_::kernelTime() const
290 {

Callers 1

getUserTimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected