Searched refs:FRAME_TIME_95TH (Results 1 – 2 of 2) sorted by relevance
43 FRAME_TIME_95TH(Pattern.compile("\\s*95th percentile: (\\d+)ms"), 1), enumConstant
236 int perc95 = Integer.valueOf(JankStat.StatPattern.FRAME_TIME_95TH.parse(line)); in gatherGraphicsStats()