| HierarchicalProfilerNode Properties |
The HierarchicalProfilerNode type exposes the following members.
| Name | Description | |
|---|---|---|
| Average |
Gets the average (arithmetic mean) time of all non-recursive calls.
| |
| Children |
Gets the child nodes.
| |
| Count |
Gets how often this node was called.
| |
| Maximum |
Gets the maximum time of all non-recursive calls.
| |
| Minimum |
Gets the minimum time of all non-recursive calls.
| |
| Name |
Gets the name of this node.
| |
| Parent |
Gets the parent node.
| |
| Profiler |
Gets the profiler.
| |
| Sum |
Gets the total accumulated time of this node.
|