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.java64 * TRACE_COUNT_ALLOCS adds the results from startAllocCounting to the
739 * <p>The {@link #startAllocCounting() start} method resets the counts and enables counting.
752 public static void startAllocCounting() { method in class:Debug
753 VMDebug.startAllocCounting();
759 * @see #startAllocCounting()
768 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
784 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
800 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
816 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
832 * {@link #startAllocCounting() star
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1310 public void startAllocCounting() { method in class:Instrumentation
1322 Debug.startAllocCounting();

Completed in 66 milliseconds