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