Searched refs:METRIC_KEY_GC_INVOCATION_COUNT (Results 1 – 2 of 2) sorted by relevance
184 public static final String METRIC_KEY_GC_INVOCATION_COUNT = "gc_invocation_count"; field in PerformanceCollector572 results.putLong(METRIC_KEY_GC_INVOCATION_COUNT, Debug.getGlobalGcInvocationCount()); in getAllocCounts()
412 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_GC_INVOCATION_COUNT)); in verifySnapshotBundle()