Searched refs:CompilerRecord (Results 1 – 1 of 1) sorted by relevance
74 class CompilerRecord(val cold : MutableList<StartupEvent> = mutableListOf(), class82 class ApplicationRecord(val quicken : CompilerRecord = CompilerRecord(),83 val speed : CompilerRecord = CompilerRecord(),84 val speedProfile : CompilerRecord = CompilerRecord()) {181 fun printCompilerRecordPlainText(record : CompilerRecord) { in printCompilerRecordPlainText()292 fun printCompilerRecordCSV(appName : String, compilerFilter : String, record : CompilerRecord) { in printCompilerRecordCSV()