Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt62 val nonNestedSliceInfo : AggregateSliceInfoMap) in <lambda>() constant
166 val nonNestedSliceInfo : MutableAggregateSliceInfoMap = mutableMapOf() in Model() constant
209 … aggregateSliceInfo(nonNestedSliceInfo, sliceContents, slice.duration) in Model()
248 nonNestedSliceInfo)) in Model()
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt261 printSliceTimings(records.map {it.nonNestedSliceInfo}, true) in printSampleSetPlainText()