Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt56 val firstSliceTime : Double, in <lambda>() constant in StartupEvent
145 …val firstSliceTime = newProc.threads.map { it.slices.firstOrNull()?.startTime ?: Double.POSITIVE_I… in Model() constant
242 firstSliceTime, in Model()
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt196 …liceStandardDeviation) = averageAndStandardDeviation(records.map {it.firstSliceTime - it.startTime… in printSampleSetPlainText()
308 …liceStandardDeviation) = averageAndStandardDeviation(records.map {it.firstSliceTime - it.startTime… in printSampleSetCSV()