JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
dalvik.system.profiler
Interface SamplingProfiler.ThreadSet
Enclosing class:
SamplingProfiler
public static interface
SamplingProfiler.ThreadSet
A ThreadSet specifies the set of threads to sample.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and 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.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method