Interface IMutableStatisticsHandlerTimer

    • Method Detail

      • addTime

        void addTime​(@Nonnegative
                     long nMillis)
        Add a single execution time.
        Parameters:
        nMillis - The milliseconds it took to execute something. Should not be negative.