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