Setting the Measurement Accuracy

Use

  1. To set the measurement accuracy, choose Settings Start of the navigation pathUtilities Next navigation step Settings Next navigation step Measurement Accuracy...End of the navigation path.

    You go to a dialog box.

  2. You can choose between:

    • High

      This accuracy level uses a platform-specific high-resolution clock. This resides in a special part of the host. This option reduces the probability of measurement results being incorrect. However, if you use high-resolution measurement, the maximum measurement interval is shorter. The activating ABAP statement is: SET RUN TIME CLOCK RESOLUTION HIGH.

    • Low

      This option uses a lower resolution. Consequently measurement errors are more likely. However, low resolution has a greater maximum measurement interval. The activating ABAP statement is: SET RUNTIME CLOCK RESOLUTION LOW.

Clock Interval

The clock interval specifies the time in seconds before the clock rolls over.

To display the default clock interval, choose Start of the navigation pathUtilities Next navigation step Measurement IntervalEnd of the navigation path.