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

/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java258 public static final String METRIC_KEY_GLOBAL_FREED_COUNT = "global_freed_count"; field in class:PerformanceCollector
342 * <li>{@link #METRIC_KEY_GLOBAL_FREED_COUNT global_freed_count}
570 results.putLong(METRIC_KEY_GLOBAL_FREED_COUNT, Debug.getGlobalFreedCount());

Completed in 30 milliseconds