Class AsyncProfilerConfig

java.lang.Object
org.gradle.profiler.asyncprofiler.AsyncProfilerConfig

public class AsyncProfilerConfig extends Object
  • Field Details

  • Constructor Details

    • AsyncProfilerConfig

      public AsyncProfilerConfig(File profilerHome, List<String> events, AsyncProfilerConfig.Counter counter, int interval, int allocSampleSize, int lockThreshold, int stackDepth, boolean includeSystemThreads)
  • Method Details

    • getProfilerHome

      public File getProfilerHome()
    • getJoinedEvents

      public String getJoinedEvents()
    • getEvents

      public List<String> getEvents()
    • getCounter

      public AsyncProfilerConfig.Counter getCounter()
    • getInterval

      public int getInterval()
    • getAllocSampleSize

      public int getAllocSampleSize()
    • getLockThreshold

      public int getLockThreshold()
    • getStackDepth

      public int getStackDepth()
    • isIncludeSystemThreads

      public boolean isIncludeSystemThreads()