Searched refs:reportFullyDrawnTime (Results 1 – 3 of 3) sorted by relevance
206 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()
59 if (startupEvent.reportFullyDrawnTime == null) { in <lambda>()
55 val reportFullyDrawnTime : Double?, in <lambda>() constant