Interface IMutableStatisticsHandlerKeyedTimer

    • Method Detail

      • addTime

        void addTime​(@Nullable
                     String sKey,
                     @Nonnegative
                     long nMillis)
        Add a single execution time.
        Parameters:
        sKey - The key to be incremented.
        nMillis - The milli seconds it took to execute something. Should not be negative.