Home
last modified time | relevance | path

Searched refs:sliceContents (Results 1 – 1 of 1) sorted by relevance

/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt176 val sliceContents = parseSliceName(slice.name) in Model() constant
180 val sliceDepth = this.sliceDepths.getOrDefault(sliceContents.name, -1) in Model()
181 this.sliceDepths[sliceContents.name] = sliceDepth + 1 in Model()
197 aggregateSliceInfo(allSlicesInfo, sliceContents, slice.duration) in Model()
200 … aggregateSliceInfo(undifferentiatedSliceInfo, sliceContents, slice.durationSelf) in Model()
204 aggregateSliceInfo(topLevelSliceInfo, sliceContents, slice.duration) in Model()
208 if (sliceDepths[sliceContents.name] == 0) { in Model()
209 … aggregateSliceInfo(nonNestedSliceInfo, sliceContents, slice.duration) in Model()
255 fun aggregateSliceInfo(infoMap : MutableAggregateSliceInfoMap, sliceContents : SliceContents, durat… in aggregateSliceInfo()
256 val aggInfo = infoMap.getOrPut(sliceContents.name, ::AggregateSliceInfo) in aggregateSliceInfo()
[all …]