Class ProfileGraph

java.lang.Object
ca.spottedleaf.profiler.ProfileGraph

public final class ProfileGraph extends Object
  • Field Details

  • Constructor Details

    • ProfileGraph

      public ProfileGraph()
  • Method Details

    • getDFS

      public List<ProfileGraph.GraphNode> getDFS()
    • getNode

      public int getNode(int parent, int timerId)
    • getOrCreateNode

      public int getOrCreateNode(int parent, int timerId)