Interface TimeMeasurable<T>


@Private public interface TimeMeasurable<T>
Methods that implement this interface can be measured elapsed time. It works together with MovingAverage to take effect.
  • Method Summary

    Modifier and Type
    Method
    Description
    Measure elapsed time.
  • Method Details

    • measure

      Measure elapsed time.