Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt280 printCompilerRecordCSV(appName, "quicken", record.quicken) in printAppRecordCSV()
284 printCompilerRecordCSV(appName, "speed", record.speed) in printAppRecordCSV()
288 printCompilerRecordCSV(appName, "speed-profile", record.speedProfile) in printAppRecordCSV()
292 fun printCompilerRecordCSV(appName : String, compilerFilter : String, record : CompilerRecord) { in printCompilerRecordCSV() method