Interface Metric

All Known Implementing Classes:
MetricImpl

public interface Metric
  • Method Details

    • getName

      String getName()
    • getTotalCount

      long getTotalCount()
    • incTotalCount

      long incTotalCount()
    • getTotalTime

      long getTotalTime()
    • addTotalTime

      long addTotalTime(long time)
    • getCallerCounts

      Map<String,CallerCount> getCallerCounts()