Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt197 aggregateSliceInfo(allSlicesInfo, sliceContents, slice.duration) in Model()
200aggregateSliceInfo(undifferentiatedSliceInfo, sliceContents, slice.durationSelf) in Model()
204 aggregateSliceInfo(topLevelSliceInfo, sliceContents, slice.duration) in Model()
209aggregateSliceInfo(nonNestedSliceInfo, sliceContents, slice.duration) in Model()
255 fun aggregateSliceInfo(infoMap : MutableAggregateSliceInfoMap, sliceContents : SliceContents, durat… in aggregateSliceInfo() method