Searched refs:mTotalTimeUs (Results 1 – 3 of 3) sorted by relevance
270 public long mTotalTimeUs = 0; field in SnapshotStatistics.Stats298 mTotalTimeUs += duration; in rebuild()333 mTotalTimeUs = orig.mTotalTimeUs; in Stats()404 mTotalTimeUs / 1000, mMaxBuildTimeUs / 1000); in dumpStats()469 final long avgLatencyUs = (mTotalBuilds == 0 ? 0 : mTotalTimeUs / mTotalBuilds); in logSnapshotStatistics()
71 return mTotalTimeUs; in getTotalTime()75 mTotalTimeUs = val; in setTotalTime()
2509 protected long mTotalTimeUs; field in BatteryStatsImpl.Timer2529 mTotalTimeUs = in.readLong(); in Timer()2570 mTotalTimeUs = mTimeBeforeMarkUs = 0; in reset()2650 mTotalTimeUs = in.readLong(); in readSummaryFromParcelLocked()2653 mTimeBeforeMarkUs = mTotalTimeUs; in readSummaryFromParcelLocked()2938 mTotalTimeUs -= overage; in recomputeLastDuration()2974 return mTotalTimeUs = overage; in computeRunTimeLocked()2976 return mTotalTimeUs; in computeRunTimeLocked()3364 t.mTotalTimeUs += myTimeUs; in refreshTimersLocked()3376 return mTotalTimeUs + (mNesting > 0 in computeRunTimeLocked()[all …]