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

  /tools/loganalysis/src/com/android/loganalysis/parser/
GfxInfoParser.java 68 Integer percentile99 = null; local
84 percentile99 = null;
108 if (percentile99 == null && m.matches()) {
109 percentile99 = Integer.parseInt(m.group(1));
118 && percentile99 != null) {
127 percentile99);
135 percentile99 = null;
  /tools/loganalysis/src/com/android/loganalysis/item/
GfxInfoItem.java 56 public int percentile99; field in class:GfxInfoItem.Row
127 int percentile99) {
134 row.percentile99 = percentile99;
171 return mRows.get(pid).percentile99;

Completed in 201 milliseconds