HomeSort by relevance Sort by last modified time
    Searched refs:percentile90 (Results 1 - 2 of 2) sorted by null

  /tools/loganalysis/src/com/android/loganalysis/parser/
GfxInfoParser.java 66 Integer percentile90 = null; local
82 percentile90 = null;
98 if (percentile90 == null && m.matches()) {
99 percentile90 = Integer.parseInt(m.group(1));
116 && percentile90 != null
125 percentile90,
133 percentile90 = null;
  /tools/loganalysis/src/com/android/loganalysis/item/
GfxInfoItem.java 54 public int percentile90; field in class:GfxInfoItem.Row
125 int percentile90,
132 row.percentile90 = percentile90;
161 return mRows.get(pid).percentile90;

Completed in 159 milliseconds