Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt57 const val SAMPLE_THRESHOLD_TEMPERATURE = 5 in <lambda>() constant
182 if (record.cold.size > SAMPLE_THRESHOLD_TEMPERATURE) { in printCompilerRecordPlainText()
187 if (record.warm.size > SAMPLE_THRESHOLD_TEMPERATURE) { in printCompilerRecordPlainText()
293 if (record.cold.size > SAMPLE_THRESHOLD_TEMPERATURE) { in printCompilerRecordCSV()
297 if (record.warm.size > SAMPLE_THRESHOLD_TEMPERATURE) { in printCompilerRecordCSV()