Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt59 val allSlicesInfo : AggregateSliceInfoMap, in <lambda>()
60 val topLevelSliceInfo : AggregateSliceInfoMap, in <lambda>()
61 val undifferentiatedSliceInfo : AggregateSliceInfoMap, in <lambda>()
62 val nonNestedSliceInfo : AggregateSliceInfoMap) in <lambda>()
72 typealias AggregateSliceInfoMap = Map<String, AggregateSliceInfo> typealias
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt227 fun printSliceTimings(sliceInfos : List<AggregateSliceInfoMap>, filterSlices : Boolean) { in printSampleSetPlainText()