Class TraceVisitor

java.lang.Object
org.qubership.profiler.sax.raw.TraceVisitor
Direct Known Subclasses:
MakeTreesFromTrace, StringTraceAdapter

public class TraceVisitor extends Object
A visitor to split profiling event tree by tree
  • Field Details

    • api

      protected final int api
      The API version implemented by this visitor. The value of this field must be one of ProfilerConstants.PROFILER_V1.
    • tv

      protected final TraceVisitor tv
  • Constructor Details

    • TraceVisitor

      public TraceVisitor(int api)
    • TraceVisitor

      public TraceVisitor(int api, TraceVisitor tv)
  • Method Details