Searched refs:METRIC_KEY_GLOBAL_ALLOC_COUNT (Results 1 – 3 of 3) sorted by relevance
250 public static final String METRIC_KEY_GLOBAL_ALLOC_COUNT = "global_alloc_count"; field in PerformanceCollector575 results.putLong(METRIC_KEY_GLOBAL_ALLOC_COUNT, Debug.getGlobalAllocCount()); in getAllocCounts()
439 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_GLOBAL_ALLOC_COUNT)); in verifySnapshotBundle()440 assertTrue(snapshot.getLong(PerformanceCollector.METRIC_KEY_GLOBAL_ALLOC_COUNT) > 0); in verifySnapshotBundle()
51950 Landroid/os/PerformanceCollector;->METRIC_KEY_GLOBAL_ALLOC_COUNT:Ljava/lang/String;