Searched refs:aggregatedKey (Results 1 – 1 of 1) sorted by relevance
1726 int aggregatedKey = durationByState.keyAt(i); in dumpAggregatedProtoForStatsd() local1727 if (meanRssByState.indexOfKey(aggregatedKey) < 0) { in dumpAggregatedProtoForStatsd()1731 final long duration = durationByState.get(aggregatedKey); in dumpAggregatedProtoForStatsd()1732 meanRssByState.put(aggregatedKey, in dumpAggregatedProtoForStatsd()1733 duration > 0 ? (meanRssByState.get(aggregatedKey) / duration) in dumpAggregatedProtoForStatsd()1734 : meanRssByState.get(aggregatedKey)); in dumpAggregatedProtoForStatsd()1746 final int aggregatedKey = durationByState.keyAt(i); in dumpAggregatedProtoForStatsd() local1751 aggregatedKey); in dumpAggregatedProtoForStatsd()1752 proto.write(ProcessStatsStateProto.DURATION_MS, durationByState.get(aggregatedKey)); in dumpAggregatedProtoForStatsd()1758 (int) meanRssByState.get(aggregatedKey), in dumpAggregatedProtoForStatsd()[all …]