Class Node


  • public final class Node
    extends Object
    A node in the graph of aggregated stack traces.
    • Method Detail

      • getCount

        public int getCount()
        Returns:
        the number of times this node was on the top of the stack.
      • getWeight

        public double getWeight()
        Returns:
        the weight of this node.
      • getCumulativeCount

        public int getCumulativeCount()
        Returns:
        the number of times this node was passed through.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getNodeId

        public Integer getNodeId()