public final class ProfilingConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVATE_MEMORY_PROPERTY
System property that controls whether this memory usage details should be included in profiling or not.
|
static String |
ACTIVATE_METRICS_PROPERTY
System property that specifies by default whether metrics should be used or not.
|
static String |
ACTIVATE_PROPERTY
System property that specifies by default whether this timer should be used or not.
|
static String |
DEFAULT_ACTIVATE_MEMORY_PROPERTY
Default value that is used if
ACTIVATE_MEMORY_PROPERTY is not set. |
static String |
DEFAULT_ACTIVATE_METRICS_PROPERTY
Default value that is used if
ACTIVATE_METRICS_PROPERTY is not set. |
static String |
DEFAULT_ACTIVATE_PROPERTY
Default value that is used if
ACTIVATE_PROPERTY is not set. |
static int |
DEFAULT_MAX_FRAME_COUNT
Default value that is used if
MAX_FRAME_COUNT is not set. |
static int |
DEFAULT_MAX_FRAME_LENGTH
Default value that is used if
MAX_FRAME_LENGTH is not set. |
static int |
DEFAULT_MIN_TIME
Default value that is used if
MIN_TIME is not set. |
static int |
DEFAULT_MIN_TOTAL_TIME
Default value that is used if
MIN_TOTAL_TIME is not set. |
static String |
MAX_FRAME_COUNT
System property that controls the default maximum number of timer frames that can be reported per timer stack.
|
static String |
MAX_FRAME_LENGTH
System property that controls the default maximum length of timer frame names.
|
static String |
MIN_TIME
System property that controls the default threshold time (in milliseconds) below which a profiled event
should not be reported.
|
static String |
MIN_TOTAL_TIME
System property that controls the default threshold time (in milliseconds) below which an entire stack of
profiled events should not be reported.
|
public static final String ACTIVATE_MEMORY_PROPERTY
public static final String ACTIVATE_METRICS_PROPERTY
public static final String ACTIVATE_PROPERTY
public static final String DEFAULT_ACTIVATE_PROPERTY
ACTIVATE_PROPERTY is not set.public static final String DEFAULT_ACTIVATE_METRICS_PROPERTY
ACTIVATE_METRICS_PROPERTY is not set.public static final String DEFAULT_ACTIVATE_MEMORY_PROPERTY
ACTIVATE_MEMORY_PROPERTY is not set.public static final int DEFAULT_MAX_FRAME_COUNT
MAX_FRAME_COUNT is not set.public static final int DEFAULT_MAX_FRAME_LENGTH
MAX_FRAME_LENGTH is not set.public static final int DEFAULT_MIN_TIME
MIN_TIME is not set.public static final int DEFAULT_MIN_TOTAL_TIME
MIN_TOTAL_TIME is not set.public static final String MAX_FRAME_COUNT
public static final String MAX_FRAME_LENGTH
public static final String MIN_TIME
public static final String MIN_TOTAL_TIME
Copyright © 2019 Atlassian. All rights reserved.