Searched defs:METRIC_KEY_GC_INVOCATION_COUNT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java184 public static final String METRIC_KEY_GC_INVOCATION_COUNT = "gc_invocation_count"; field in class:PerformanceCollector
327 * <li>{@link #METRIC_KEY_GC_INVOCATION_COUNT gc_invocation_count}
572 results.putLong(METRIC_KEY_GC_INVOCATION_COUNT, Debug.getGlobalGcInvocationCount());

Completed in 7 milliseconds