Package org.eclipse.steady.java.monitor.trace
-
Class Summary Class Description AbstractTraceInstrumentor Common super class of the two trace instrumentorsSingleTraceInstrumentorandStackTraceInstrumentor.ConstructUsage Represents the usage of a given construct.PathNode PathNode class.SingleStackTraceInstrumentor Tracks how many times a construct has been invoked.SingleTraceInstrumentor Tracks whether a method has been invoked or not.StackTraceInstrumentor Tracks how many times a construct has been invoked.StackTraceUtil Transforms a stacktrace, obtained fromThrowableas an array ofStackTraceElement, into a linked list of corresponding construct identifiers.TraceCollector Offers callback methods used by the two trace instrumentorsSingleTraceInstrumentorandStackTraceInstrumentor.