Uses of Class
com.ocient.metrics.PerfCounter
| Package | Description |
|---|---|
| com.ocient.metrics |
-
Uses of PerfCounter in com.ocient.metrics
Methods in com.ocient.metrics that return PerfCounter Modifier and Type Method Description static PerfCounterPerfCounter. dummy()Returns a counter that no-opsPerfCounterMetricsRegistry. getCounter(Metric.MetricPath path, PerfCounter.ThreadingModel threadingModel, Metric.DataType dataType, Metric.CounterType counterType, Metric.Units units)Fetches aPerfCounteror creates one if no such counter exists.static PerfCounterPerfCounter. longCounter(Metric.MetricPath path, PerfCounter.ThreadingModel threadingModel, Metric.DataType dataType, Metric.CounterType counterType, Metric.Units units)Creates a newPerfCounterinstance for alongvalue.