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.java66 * TRACE_COUNT_ALLOCS adds the results from startAllocCounting to the
713 * <p>The {@link #startAllocCounting() start} method resets the counts and enables counting.
726 public static void startAllocCounting() { method in class:Debug
727 VMDebug.startAllocCounting();
733 * @see #startAllocCounting()
742 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
758 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
774 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
790 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
806 * {@link #startAllocCounting() star
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1249 public void startAllocCounting() { method in class:Instrumentation
1261 Debug.startAllocCounting();

Completed in 113 milliseconds