public class AsyncProfilerConfig
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AsyncProfilerConfig.Counter |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_ALLOC |
static java.lang.String |
EVENT_LOCK |
| Constructor and Description |
|---|
AsyncProfilerConfig(java.io.File profilerHome,
java.util.List<java.lang.String> events,
AsyncProfilerConfig.Counter counter,
int interval,
int allocSampleSize,
int lockThreshold,
int stackDepth,
boolean includeSystemThreads) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAllocSampleSize() |
AsyncProfilerConfig.Counter |
getCounter() |
java.util.List<java.lang.String> |
getEvents() |
int |
getInterval() |
java.lang.String |
getJoinedEvents() |
int |
getLockThreshold() |
java.io.File |
getProfilerHome() |
int |
getStackDepth() |
boolean |
isIncludeSystemThreads() |
public static final java.lang.String EVENT_ALLOC
public static final java.lang.String EVENT_LOCK
public AsyncProfilerConfig(java.io.File profilerHome,
java.util.List<java.lang.String> events,
AsyncProfilerConfig.Counter counter,
int interval,
int allocSampleSize,
int lockThreshold,
int stackDepth,
boolean includeSystemThreads)
public java.io.File getProfilerHome()
public java.lang.String getJoinedEvents()
public java.util.List<java.lang.String> getEvents()
public AsyncProfilerConfig.Counter getCounter()
public int getInterval()
public int getAllocSampleSize()
public int getLockThreshold()
public int getStackDepth()
public boolean isIncludeSystemThreads()