Searched refs:threadSet (Results 1 - 2 of 2) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DSamplingProfiler.java44 * ThreadSet threadSet = SamplingProfiler.newArrayThreadSet(Thread.currentThread());
45 * SamplingProfiler profiler = new SamplingProfiler(12, threadSet);
91 private final ThreadSet threadSet; field in class:SamplingProfiler
147 * @param threadSet The thread set specifies which threads to
155 public SamplingProfiler(int depth, ThreadSet threadSet) { argument
157 this.threadSet = threadSet;
368 Thread[] newThreads = threadSet.threads();
/libcore/dalvik/src/test/java/dalvik/system/profiler/
H A DSamplingProfilerTest.java52 ThreadSet threadSet = SamplingProfiler.newArrayThreadSet(Thread.currentThread());
53 SamplingProfiler profiler = new SamplingProfiler(12, threadSet);

Completed in 101 milliseconds