Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt60 val topLevelSliceInfo : AggregateSliceInfoMap, in <lambda>() constant
164 val topLevelSliceInfo : MutableAggregateSliceInfoMap = mutableMapOf() in Model() constant
204 aggregateSliceInfo(topLevelSliceInfo, sliceContents, slice.duration) in Model()
246 topLevelSliceInfo, in Model()
/tools/trebuchet/trebuchet/startup-analyzer/src/
DStartupAnalyzer.kt75 …startupEvent.topLevelSliceInfo.toSortedMap(java.lang.String.CASE_INSENSITIVE_ORDER).forEach { slic… in <lambda>()