Interface SamplingProfiler.ThreadSet

  • Enclosing class:
    SamplingProfiler

    public static interface SamplingProfiler.ThreadSet
    A ThreadSet specifies the set of threads to sample.
    • 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.