Click or drag to resize
DigitalRuneHierarchicalProfilerNode Properties

The HierarchicalProfilerNode type exposes the following members.

Properties
  NameDescription
Public propertyAverage
Gets the average (arithmetic mean) time of all non-recursive calls.
Public propertyChildren
Gets the child nodes.
Public propertyCount
Gets how often this node was called.
Public propertyMaximum
Gets the maximum time of all non-recursive calls.
Public propertyMinimum
Gets the minimum time of all non-recursive calls.
Public propertyName
Gets the name of this node.
Public propertyParent
Gets the parent node.
Public propertyProfiler
Gets the profiler.
Public propertySum
Gets the total accumulated time of this node.
Top
See Also