Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/
DSimpleperfHelper.java233 final String parsedSymbol = splitLine[5].trim(); in getMetrics() local
234 final String matchedSymbol = getMatchingSymbol(symbols, parsedSymbol); in getMetrics()
259 private static String getMatchingSymbol(Map<String, String> symbols, String parsedSymbol) { in getMatchingSymbol() argument
261 if (parsedSymbol.contains(candidate)) { in getMatchingSymbol()