Class AsyncProfilerConfig
java.lang.Object
org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAsyncProfilerConfig(File profilerHome, List<String> events, AsyncProfilerConfig.Counter counter, int interval, int allocSampleSize, int lockThreshold, int stackDepth, boolean includeSystemThreads) -
Method Summary
Modifier and TypeMethodDescriptionintintintintboolean
-
Field Details
-
EVENT_ALLOC
- See Also:
-
EVENT_LOCK
- See Also:
-
-
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
-
getJoinedEvents
-
getEvents
-
getCounter
-
getInterval
public int getInterval() -
getAllocSampleSize
public int getAllocSampleSize() -
getLockThreshold
public int getLockThreshold() -
getStackDepth
public int getStackDepth() -
isIncludeSystemThreads
public boolean isIncludeSystemThreads()
-