Uses of Interface
org.eclipse.steady.java.monitor.IInstrumentor
-
Packages that use IInstrumentor Package Description org.eclipse.steady.java.monitor org.eclipse.steady.java.monitor.slice org.eclipse.steady.java.monitor.touch org.eclipse.steady.java.monitor.trace -
-
Uses of IInstrumentor in org.eclipse.steady.java.monitor
Classes in org.eclipse.steady.java.monitor that implement IInstrumentor Modifier and Type Class Description classAbstractInstrumentorAbstract AbstractInstrumentor class.classPrintlnInstrumentorPrintlnInstrumentor class.Methods in org.eclipse.steady.java.monitor that return types with arguments of type IInstrumentor Modifier and Type Method Description static List<IInstrumentor>InstrumentorFactory. getInstrumentors()Creates and returns implementations ofIInstrumentorfor all classes specified via the configuration optionCoreConfiguration.INSTR_CHOOSEN_INSTR. -
Uses of IInstrumentor in org.eclipse.steady.java.monitor.slice
Classes in org.eclipse.steady.java.monitor.slice that implement IInstrumentor Modifier and Type Class Description classSliceInstrumentorAdds a configurable guard to all methods that have not been traced or found reachable. -
Uses of IInstrumentor in org.eclipse.steady.java.monitor.touch
Classes in org.eclipse.steady.java.monitor.touch that implement IInstrumentor Modifier and Type Class Description classTouchPointInstrumentorTouchPointInstrumentor class. -
Uses of IInstrumentor in org.eclipse.steady.java.monitor.trace
Classes in org.eclipse.steady.java.monitor.trace that implement IInstrumentor Modifier and Type Class Description classAbstractTraceInstrumentorCommon super class of the two trace instrumentorsSingleTraceInstrumentorandStackTraceInstrumentor.classSingleStackTraceInstrumentorTracks how many times a construct has been invoked.classSingleTraceInstrumentorTracks whether a method has been invoked or not.classStackTraceInstrumentorTracks how many times a construct has been invoked.
-