Searched refs:FRAME_TIME_90TH (Results 1 – 2 of 2) sorted by relevance
42 FRAME_TIME_90TH(Pattern.compile("\\s*90th percentile: (\\d+)ms"), 1), enumConstant
233 int perc90 = Integer.valueOf(JankStat.StatPattern.FRAME_TIME_90TH.parse(line)); in gatherGraphicsStats()