Searched refs:atom (Results 1 – 5 of 5) sorted by relevance
95 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()
87 Atom atom = dataItem.getAtom(); in getMetrics() local88 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()
3 This config collects app compaction metrics. Please see the `AppCompacted` atom in statsd's
4 OnDevicePowerMeasurement atom.
4 RemainingBatteryCapacity (Colomb counter) atom. Also includes configs with uid to package name mapp…