Package | Description |
---|---|
io.pcp.parfait.timing |
Modifier and Type | Field and Description |
---|---|
private EventMetricCounters |
EventCounters.invocationCounter |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ThreadMetric,EventMetricCounters> |
EventCounters.metrics |
Modifier and Type | Method and Description |
---|---|
private EventMetricCounters |
EventTimer.createEventMetricCounters(java.lang.String beanName,
java.lang.String metric,
java.lang.String metricDescription,
javax.measure.Unit<?> unit) |
(package private) EventMetricCounters |
EventCounters.getCounterForMetric(ThreadMetric metric) |
EventMetricCounters |
EventCounters.getInvocationCounter() |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Map<ThreadMetric,EventMetricCounters> |
EventCounters.getMetrics() |
Modifier and Type | Method and Description |
---|---|
void |
EventCounters.addMetric(ThreadMetric metric,
EventMetricCounters counter) |
Constructor and Description |
---|
EventCounters(EventMetricCounters invocationCounter,
java.lang.String eventGroupName) |