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

/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java467 startAllocCounting();
538 private static void startAllocCounting() { method in class:PerformanceCollector
550 Debug.startAllocCounting();
H A DDebug.java65 * TRACE_COUNT_ALLOCS adds the results from startAllocCounting to the
557 * <p>The {@link #startAllocCounting() start} function resets the counts and enables counting.
567 public static void startAllocCounting() { method in class:Debug
568 VMDebug.startAllocCounting();
574 * @see #startAllocCounting()
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1242 public void startAllocCounting() { method in class:Instrumentation
1254 Debug.startAllocCounting();

Completed in 70 milliseconds