Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt84 val speedProfile : CompilerRecord = CompilerRecord()) { constant in ApplicationRecord
87 return this.quicken.numSamples() + this.speed.numSamples() + this.speedProfile.numSamples() in numSamples()
106 CompilerFilter.SPEED_PROFILE -> applicationRecord.speedProfile in addStartupRecord()
175 if (record.speedProfile.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordPlainText()
177 printCompilerRecordPlainText(record.speedProfile) in printAppRecordPlainText()
287 if (record.speedProfile.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordCSV()
288 printCompilerRecordCSV(appName, "speed-profile", record.speedProfile) in printAppRecordCSV()