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