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