Searched refs:printCompilerRecordCSV (Results 1 – 1 of 1) sorted by relevance
280 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