Click or drag to resize
DigitalRuneHierarchicalProfilerNodeSum Property
Gets the total accumulated time of this node.

Namespace: DigitalRune.Diagnostics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public TimeSpan Sum { get; }

Property Value

Type: TimeSpan
The total time of this node.
See Also