Searched refs:aggregatedKey (Results 1 – 1 of 1) sorted by relevance
1618 int aggregatedKey = durationByState.keyAt(i); in dumpAggregatedProtoForStatsd() local1619 if (meanRssByState.indexOfKey(aggregatedKey) < 0) { in dumpAggregatedProtoForStatsd()1623 final long duration = durationByState.get(aggregatedKey); in dumpAggregatedProtoForStatsd()1624 meanRssByState.put(aggregatedKey, in dumpAggregatedProtoForStatsd()1625 duration > 0 ? (meanRssByState.get(aggregatedKey) / duration) in dumpAggregatedProtoForStatsd()1626 : meanRssByState.get(aggregatedKey)); in dumpAggregatedProtoForStatsd()1638 final int aggregatedKey = durationByState.keyAt(i); in dumpAggregatedProtoForStatsd() local1643 aggregatedKey); in dumpAggregatedProtoForStatsd()1644 proto.write(ProcessStatsStateProto.DURATION_MS, durationByState.get(aggregatedKey)); in dumpAggregatedProtoForStatsd()1650 (int) meanRssByState.get(aggregatedKey), in dumpAggregatedProtoForStatsd()[all …]