com.ibm.rational.test.lt.kernel.statistics

Interface IStat

  • All Superinterfaces:
    IStatTree


    public interface IStat
    extends IStatTree
    The IStat interface is used for observational statistical counters.

    This interface defines the method for submitting a datapoint to statistical counters of type RATE, AVERAGE, and RANGE.

    See Also:
    StatType
    • Method Detail

      • submitDataPoint

        void submitDataPoint(long value)
        Submits a datapoint for a statistical counter

        The value passed in is typically a timestamp, elapsed time, or a count of items.

        Parameters:
        value - The value of this datapoint.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.