Searched refs:aggregatedKey (Results 1 – 1 of 1) sorted by relevance
1714 int aggregatedKey = durationByState.keyAt(i); in dumpAggregatedProtoForStatsd() local1715 if (meanRssByState.indexOfKey(aggregatedKey) < 0) { in dumpAggregatedProtoForStatsd()1719 final long duration = durationByState.get(aggregatedKey); in dumpAggregatedProtoForStatsd()1720 meanRssByState.put(aggregatedKey, in dumpAggregatedProtoForStatsd()1721 duration > 0 ? (meanRssByState.get(aggregatedKey) / duration) in dumpAggregatedProtoForStatsd()1722 : meanRssByState.get(aggregatedKey)); in dumpAggregatedProtoForStatsd()1734 final int aggregatedKey = durationByState.keyAt(i); in dumpAggregatedProtoForStatsd() local1739 aggregatedKey); in dumpAggregatedProtoForStatsd()1740 proto.write(ProcessStatsStateProto.DURATION_MS, durationByState.get(aggregatedKey)); in dumpAggregatedProtoForStatsd()1746 (int) meanRssByState.get(aggregatedKey), in dumpAggregatedProtoForStatsd()[all …]