Searched refs:atomInfo (Results 1 – 3 of 3) sorted by relevance
120 StatsLog.AggregatedAtomInfo atomInfo = metricData.getAggregatedAtomInfo(); in backfillAggregatedAtomsInEventMetric() local121 for (long timestamp : atomInfo.getElapsedTimestampNanosList()) { in backfillAggregatedAtomsInEventMetric()123 .setAtom(atomInfo.getAtom()) in backfillAggregatedAtomsInEventMetric()178 for (StatsLog.AggregatedAtomInfo atomInfo : atomInfoList) { in backFillGaugeBucketAtoms()179 for (long timestampNs : atomInfo.getElapsedTimestampNanosList()) { in backFillGaugeBucketAtoms()180 atomTimestamp.add(Pair.create(atomInfo.getAtom(), timestampNs)); in backFillGaugeBucketAtoms()
206 StatsLog.AggregatedAtomInfo atomInfo = metricData.aggregatedAtomInfo; in backfillAggregatedAtomsinEventMetric() local207 for (long timestamp : atomInfo.elapsedTimestampNanos) { in backfillAggregatedAtomsinEventMetric()209 newMetricData.atom = atomInfo.atom; in backfillAggregatedAtomsinEventMetric()
401 final var atomInfo = metricData.aggregatedAtomInfo; in backfillAggregatedAtomsInEventMetric() local402 for (long timestamp: atomInfo.elapsedTimestampNanos) { in backfillAggregatedAtomsInEventMetric()404 newMetricData.atom = atomInfo.atom; in backfillAggregatedAtomsInEventMetric()