Class SamplerTree

java.lang.Object
ca.spottedleaf.sampler.SamplerTree

public final class SamplerTree extends Object
  • Field Details

    • FLAG_RECORD_STACK_LINES

      public static final long FLAG_RECORD_STACK_LINES
      See Also:
  • Constructor Details

    • SamplerTree

      public SamplerTree(SampleWriter writer, long flags)
  • Method Details

    • dumpToString

      public List<String> dumpToString(it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap samplesById)
    • getNodeCount

      public int getNodeCount()
    • getStackCount

      public int getStackCount()
    • formStackTrace

      public StackTraceElement[] formStackTrace(long nodeId)
    • getNodeFor

      public long getNodeFor(StackTraceElement[] trace)