Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt77 fun numSamples() : Int { in numSamples() method in CompilerRecord
86 fun numSamples() : Int { in numSamples() method in ApplicationRecord
87 return this.quicken.numSamples() + this.speed.numSamples() + this.speedProfile.numSamples() in numSamples()
156 if (record.numSamples() > SAMPLE_THRESHOLD_APPLICATION) { in printPlainText()
165 if (record.quicken.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordPlainText()
170 if (record.speed.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordPlainText()
175 if (record.speedProfile.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordPlainText()
272 if (record.numSamples() > SAMPLE_THRESHOLD_APPLICATION) { in printCSV()
279 if (record.quicken.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordCSV()
283 if (record.speed.numSamples() > SAMPLE_THRESHOLD_COMPILER) { in printAppRecordCSV()
[all …]