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.java115 HashMap<String, String> layerPairs = getStatPairs(blocks[i]); in getMetrics() local
116 String layerName = layerPairs.get("layerName"); in getMetrics()
117 String totalFrames = layerPairs.get("totalFrames"); in getMetrics()
118 String droppedFrames = layerPairs.get("droppedFrames"); in getMetrics()
119 String averageFPS = layerPairs.get("averageFPS"); in getMetrics()