Class StackProfiler.SamplingTask

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    StackProfiler

    public class StackProfiler.SamplingTask
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      SamplingTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private boolean isExcluded​(java.lang.String className)  
      void run()  
      void start()  
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SamplingTask

        public SamplingTask()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • start

        public void start()
      • stop

        public void stop()
      • isExcluded

        private boolean isExcluded​(java.lang.String className)