Searched refs:aggInfo (Results 1 – 3 of 3) sorted by relevance
75 …LevelSliceInfo.toSortedMap(java.lang.String.CASE_INSENSITIVE_ORDER).forEach { sliceName, aggInfo -> in <lambda>() method82 …t.allSlicesInfo.toSortedMap(java.lang.String.CASE_INSENSITIVE_ORDER).forEach { sliceName, aggInfo-> in <lambda>() method88 if (aggInfo.values.count() > 0) { in <lambda>()90 …aggInfo.values.toSortedMap(java.lang.String.CASE_INSENSITIVE_ORDER).forEach { value, (count, durat… in <lambda>()
256 val aggInfo = infoMap.getOrPut(sliceContents.name, ::AggregateSliceInfo) in aggregateSliceInfo() constant257 ++aggInfo.count in aggregateSliceInfo()258 aggInfo.totalTime += duration in aggregateSliceInfo()260 …val (uniqueValueCount, uniqueValueDuration) = aggInfo.values.getOrDefault(sliceContents.value as S… in aggregateSliceInfo()261 …aggInfo.values[sliceContents.value as String] = Pair(uniqueValueCount + 1, uniqueValueDuration + d… in aggregateSliceInfo()
231 sliceInfo.forEach {sliceName, aggInfo -> in printSampleSetPlainText() method232 samples.getOrPut(sliceName, ::mutableListOf).add(aggInfo.totalTime) in printSampleSetPlainText()