Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DCpuUsageHelper.java95 for (Atom atom : gaugeBucketInfo.getAtomList()) { in getMetrics()
98 if (atom.getCpuTimePerUid().hasUid()) { in getMetrics()
99 int uId = atom.getCpuTimePerUid().getUid(); in getMetrics()
102 long userTimeMillis = atom.getCpuTimePerUid().getUserTimeMicros() / 1000; in getMetrics()
103 long sysTimeMillis = atom.getCpuTimePerUid().getSysTimeMicros() / 1000; in getMetrics()
131 if (atom.getCpuTimePerFreq().hasFreqIndex()) { in getMetrics()
132 int clusterId = atom.getCpuTimePerFreq().getCluster(); in getMetrics()
133 int freqIndex = atom.getCpuTimePerFreq().getFreqIndex(); in getMetrics()
134 long timeInFreq = atom.getCpuTimePerFreq().getTimeMillis(); in getMetrics()
DAppStartupHelper.java87 Atom atom = dataItem.getAtom(); in getMetrics() local
88 if (atom.hasAppStartOccurred()) { in getMetrics()
89 AppStartOccurred appStartAtom = atom.getAppStartOccurred(); in getMetrics()
135 if (atom.hasAppStartFullyDrawn()) { in getMetrics()
136 AppStartFullyDrawn appFullyDrawnAtom = atom.getAppStartFullyDrawn(); in getMetrics()
163 if (atom.hasProcessStartTime()) { in getMetrics()
164 ProcessStartTime processStartTimeAtom = atom.getProcessStartTime(); in getMetrics()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/app-compact/
DREADME.md3 This config collects app compaction metrics. Please see the `AppCompacted` atom in statsd's
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/on-device-power-measurement/
DREADME.md4 OnDevicePowerMeasurement atom.
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/remaining-battery-capacity/
DREADME.md4 RemainingBatteryCapacity (Colomb counter) atom. Also includes configs with uid to package name mapp…