HomeSort by relevance Sort by last modified time
    Searched refs:threadSet (Results 1 - 3 of 3) 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 70 SamplingProfiler.ThreadSet threadSet = SamplingProfiler.newThreadGroupTheadSet(group);
71 INSTANCE = new SamplingProfiler(4, threadSet);
  /libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java 55 * ThreadSet threadSet = SamplingProfiler.newArrayThreadSet(Thread.currentThread());
56 * SamplingProfiler profiler = new SamplingProfiler(12, threadSet);
119 * The {@code ThreadSet} that identifies which threads to sample.
121 private final ThreadSet threadSet;
138 public SamplingProfiler(int depth, ThreadSet threadSet) {
140 this.threadSet = threadSet;
    [all...]

Completed in 70 milliseconds