HomeSort by relevance Sort by last modified time
    Searched refs:SamplingProfiler (Results 1 - 5 of 5) sorted by null

  /libcore/dalvik/src/test/java/dalvik/system/
SamplingProfilerTest.java 19 import dalvik.system.SamplingProfiler.ThreadSet;
29 ThreadSet threadSet = SamplingProfiler.newArrayThreadSet(Thread.currentThread());
30 SamplingProfiler profiler = new SamplingProfiler(12, threadSet);
  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 19 import dalvik.system.SamplingProfiler;
53 private static SamplingProfiler INSTANCE;
70 SamplingProfiler.ThreadSet threadSet = SamplingProfiler.newThreadGroupTheadSet(group);
71 INSTANCE = new SamplingProfiler(4, threadSet);
ZygoteInit.java 33 import dalvik.system.SamplingProfiler;
  /libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java 49 * SamplingProfiler}. It samples the current thread's stack to a depth
55 * ThreadSet threadSet = SamplingProfiler.newArrayThreadSet(Thread.currentThread());
56 * SamplingProfiler profiler = new SamplingProfiler(12, threadSet);
70 public final class SamplingProfiler {
103 private final Timer timer = new Timer("SamplingProfiler", true);
138 public SamplingProfiler(int depth, ThreadSet threadSet) {
  /frameworks/base/core/java/android/app/
ActivityThread.java 95 import dalvik.system.SamplingProfiler;
    [all...]

Completed in 110 milliseconds