Home
last modified time | relevance | path

Searched refs:mLastSystemTimeUs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DKernelUidCpuTimeReader.java60 private SparseLongArray mLastSystemTimeUs = new SparseLongArray(); field in KernelUidCpuTimeReader
92 systemTimeDeltaUs -= mLastSystemTimeUs.valueAt(index); in readDeltaImpl()
104 TimeUtils.formatDuration(mLastSystemTimeUs.valueAt(index) / 1000, sb); in readDeltaImpl()
124 mLastSystemTimeUs.put(uid, systemTimeUs); in readDeltaImpl()
169 final int index = mLastSystemTimeUs.indexOfKey(uid); in removeUid()
171 mLastSystemTimeUs.removeAt(index); in removeUid()
189 mLastSystemTimeUs.put(startUid, 0); in removeUidsInRange()
191 mLastSystemTimeUs.put(endUid, 0); in removeUidsInRange()
193 final int startIndex = mLastSystemTimeUs.indexOfKey(startUid); in removeUidsInRange()
194 final int endIndex = mLastSystemTimeUs.indexOfKey(endUid); in removeUidsInRange()
[all …]