Package net.sf.saxon.trace
Class Instrumentation
java.lang.Object
net.sf.saxon.trace.Instrumentation
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.