Package dalvik.system.profiler
Interface SamplingProfiler.ThreadSet
-
- Enclosing class:
- SamplingProfiler
public static interface SamplingProfiler.ThreadSetA ThreadSet specifies the set of threads to sample.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Thread[]threads()Returns an array containing the threads to be sampled.
-
-
-
Method Detail
-
threads
Thread[] threads()
Returns an array containing the threads to be sampled. The array may be longer than the number of threads to be sampled, in which case the extra elements must be null.
-
-