Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt56 const val SAMPLE_THRESHOLD_COMPILER = 5 in <lambda>() constant
165 if (record.quicken.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordPlainText()
170 if (record.speed.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordPlainText()
175 if (record.speedProfile.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordPlainText()
279 if (record.quicken.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordCSV()
283 if (record.speed.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordCSV()
287 if (record.speedProfile.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordCSV()