Searched refs:frameCountMap (Results 1 – 1 of 1) sorted by relevance
276 Map<String, Long> frameCountMap = getSessionFrameCounts(); in stopSession() local284 sessionMetricsInfoText.addAll(getSessionFpsInfoText(frameCountMap, sessionDurationMs)); in stopSession()302 Map<String, Long> frameCountMap = new HashMap<>(); in getSessionFrameCounts() local305 frameCountMap.put( in getSessionFrameCounts()310 return frameCountMap; in getSessionFrameCounts()314 Map<String, Long> frameCountMap, Long sessionDurationMs) { in getSessionFpsInfoText() argument316 for (Map.Entry<String, Long> entry : frameCountMap.entrySet()) { in getSessionFpsInfoText()