Class CmsSingleThreadDumperThread.SampleNode

java.lang.Object
org.opencms.main.CmsSingleThreadDumperThread.SampleNode
Enclosing class:
CmsSingleThreadDumperThread

Node for the summary tree generated from the thread dumps.

The tree keeps track of sample counts for stack trace frames.

  • Constructor Details

    • SampleNode

      public SampleNode(Object key)
      Creates a new node.

      Parameters:
      key - the key of the node, identifying it among its siblings
  • Method Details