Searched refs:FRAME_TIME_99TH (Results 1 – 2 of 2) sorted by relevance
44 FRAME_TIME_99TH(Pattern.compile("\\s*99th percentile: (\\d+)ms"), 1), enumConstant
239 int perc99 = Integer.valueOf(JankStat.StatPattern.FRAME_TIME_99TH.parse(line)); in gatherGraphicsStats()