Searched defs:nowAt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp589 bool BaseMetric::collectorBeat(uint64_t nowAt) argument
595 mLastSampleTaken = nowAt;
605 if (nowAt - mLastSampleTaken + PM_SAMPLER_PRECISION_MS >= mPeriod * 1000)

Completed in 53 milliseconds