Interface CallerCount

  • All Known Implementing Classes:
    CallerCountImpl

    public interface CallerCount
    • Method Detail

      • getCount

        long getCount()
      • incCount

        long incCount()
      • getTotalTime

        long getTotalTime()
      • addTime

        long addTime​(long time)