Searched refs:allocCounts (Results 1 – 1 of 1) sorted by relevance
515 Bundle allocCounts = getAllocCounts(); in endPerformanceSnapshot() local516 for (String key : allocCounts.keySet()) { in endPerformanceSnapshot()517 mPerfSnapshot.putLong(key, allocCounts.getLong(key)); in endPerformanceSnapshot()