Package | Description |
---|---|
io.pcp.parfait.timing |
Modifier and Type | Class and Description |
---|---|
class |
AbstractThreadMetric |
class |
ThreadValueMetric |
Modifier and Type | Field and Description |
---|---|
static ThreadMetric |
StandardThreadMetrics.BLOCKED_COUNT |
static ThreadMetric |
StandardThreadMetrics.BLOCKED_TIME |
static ThreadMetric |
StandardThreadMetrics.CLOCK_TIME |
static ThreadMetric |
StandardThreadMetrics.HEAP_BYTES |
static ThreadMetric |
StandardThreadMetrics.SYSTEM_CPU_TIME |
static ThreadMetric |
StandardThreadMetrics.TOTAL_CPU_TIME |
static ThreadMetric |
StandardThreadMetrics.USER_CPU_TIME |
static ThreadMetric |
StandardThreadMetrics.WAITED_COUNT |
static ThreadMetric |
StandardThreadMetrics.WAITED_TIME |
Modifier and Type | Method and Description |
---|---|
static Collection<? extends ThreadMetric> |
StandardThreadMetrics.defaults() |
List<ThreadMetric> |
ThreadMetricSuite.metrics() |
Map<ThreadMetric,Long> |
StepMeasurements.snapshotValues() |
Modifier and Type | Method and Description |
---|---|
void |
ThreadMetricSuite.addMetric(ThreadMetric metric) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadMetricSuite.addAllMetrics(Collection<ThreadMetric> metrics) |
Copyright © 2009–2019 Performance Co-Pilot. All rights reserved.