Class Instrumentation


  • public class Instrumentation
    extends Object
    Internal class used for instrumentation purposes. It maintains a number of counters and displays these at the end of the run. Currently implemented only for the Transform command line, with -t option set.
    • Constructor Detail

      • Instrumentation

        public Instrumentation()
    • Method Detail

      • count

        public static void count​(String counter)
      • count

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

        public static void report()
      • callStack

        public static String callStack()
      • reset

        public static void reset()