Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/parser/
DGfxInfoParser.java66 Integer percentile90 = null; in parse() local
82 percentile90 = null; in parse()
98 if (percentile90 == null && m.matches()) { in parse()
99 percentile90 = Integer.parseInt(m.group(1)); in parse()
116 && percentile90 != null in parse()
125 percentile90, in parse()
133 percentile90 = null; in parse()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DLoopSummary.java31 private long percentile90; field in LoopSummary
103 long percentile90, in LoopSummary() argument
113 this.percentile90 = percentile90; in LoopSummary()
156 return percentile90; in get90thPercentile()
182 percentile90 == that.percentile90 && in equals()
197 percentile90, in hashCode()
/tools/loganalysis/src/com/android/loganalysis/item/
DGfxInfoItem.java54 public int percentile90; field in GfxInfoItem.Row
125 int percentile90, in addRow() argument
132 row.percentile90 = percentile90; in addRow()
161 return mRows.get(pid).percentile90; in getPrecentile90()