Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/
DSliceQueries.kt327 val sliceInfo = parseSliceName(slice.name) in ProcessModel() constant
329 sliceInfo.name == queryType && in ProcessModel()
330 (queryValue == null || sliceInfo.value == queryValue) && in ProcessModel()
372 val sliceInfo = parseSliceName(slice.name) in ProcessModel() constant
374 sliceInfo.name == queryType && in ProcessModel()
375 (queryValue == null || sliceInfo.value == queryValue) && in ProcessModel()
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt228 val sliceInfo = parseSliceName(slice.name) in Model() constant
229 this.sliceDepths[sliceInfo.name] = this.sliceDepths[sliceInfo.name]!! - 1 in Model()
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt230 sliceInfos.forEach { sliceInfo -> in printSampleSetPlainText() method
231 sliceInfo.forEach {sliceName, aggInfo -> in printSampleSetPlainText()