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()
2822 protected long mTotalTimeUs; field in BatteryStatsImpl.Timer2842 mTotalTimeUs = in.readLong(); in Timer()2845 if (DEBUG) Log.i(TAG, "**** READ TIMER #" + mType + ": mTotalTime=" + mTotalTimeUs); in Timer()2883 mTotalTimeUs = mTimeBeforeMarkUs = 0; in reset()2905 + " old mTotalTime=" + mTotalTimeUs); in onTimeStopped()2907 mTotalTimeUs = computeRunTimeLocked(baseRealtimeUs, elapsedRealtimeUs); in onTimeStopped()2910 Log.v(TAG, "plug #" + mType + ": new mTotalTime=" + mTotalTimeUs); in onTimeStopped()2950 pw.println(prefix + "mTotalTime=" + mTotalTimeUs); in logState()2963 mTotalTimeUs = in.readLong(); in readSummaryFromParcelLocked()2966 mTimeBeforeMarkUs = mTotalTimeUs; in readSummaryFromParcelLocked()[all …]