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 at the end of the run. Currently implemented only for the Transform command line, with -t option set.
  • 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)
    • report

      public static void report()
    • reset

      public static void reset()