Class Instrumentation


  • public class Instrumentation
    extends Object
    Internal class used for instrumentation purposes. It maintains a number of counters and displays these on request. The counters are output by calling Instrumentation.report(), typically at the end of a run.
    • Constructor Detail

      • Instrumentation

        public Instrumentation()
    • Method Detail

      • count

        public static void count​(String counter)
      • count

        public static void count​(String counter,
                                 long increment)
      • callStack

        public static String callStack()
      • report

        public static void report()
      • reset

        public static void reset()