Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt206 if (records.first().reportFullyDrawnTime != null) { in printSampleSetPlainText()
207 …StandardDeviation) = averageAndStandardDeviation(records.map { it.reportFullyDrawnTime!! - it.star… in printSampleSetPlainText()
311 if (records.first().reportFullyDrawnTime != null) { in printSampleSetCSV()
312 …StandardDeviation) = averageAndStandardDeviation(records.map { it.reportFullyDrawnTime!! - it.star… in printSampleSetCSV()
/tools/trebuchet/trebuchet/startup-analyzer/src/
DStartupAnalyzer.kt59 if (startupEvent.reportFullyDrawnTime == null) { in <lambda>()
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt55 val reportFullyDrawnTime : Double?, in <lambda>() constant