Home
last modified time | relevance | path

Searched refs:layerPairs (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DSfStatsCollectionHelper.java117 HashMap<String, String> layerPairs = getStatPairs(blocks[i]); in getMetrics() local
118 String layerName = layerPairs.get("layerName"); in getMetrics()
119 String totalFrames = layerPairs.get("totalFrames"); in getMetrics()
120 String droppedFrames = layerPairs.get("droppedFrames"); in getMetrics()
121 String averageFPS = layerPairs.get("averageFPS"); in getMetrics()