Class Instrumentation

java.lang.Object
net.sf.saxon.trace.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.
  • Field Details

  • Constructor Details

    • Instrumentation

      public Instrumentation()
  • Method Details

    • 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()