Searched refs:activeNs (Results 1 – 1 of 1) sorted by relevance
99 int64_t activeNs = 0; in gather() local101 activeNs = systemTime() - mStartedNs; in gather()103 mMetricsItem->setDouble(MM_PREFIX "durationMs", (mDurationNs + activeNs) * 1e-6); in gather()