Searched refs:TOTAL_FRAMES (Results 1 – 2 of 2) sorted by relevance
39 TOTAL_FRAMES(Pattern.compile("\\s*Total frames rendered: (\\d+)"), 1), enumConstant
217 int total = Integer.valueOf(JankStat.StatPattern.TOTAL_FRAMES.parse(line)); in gatherGraphicsStats()