| HierarchicalProfilerNodeSum Property |
Gets the total accumulated time of this node.
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public TimeSpan Sum { get; }
Public ReadOnly Property Sum As TimeSpan
Get
public:
property TimeSpan Sum {
TimeSpan get ();
}
member Sum : TimeSpan with get
Property Value
Type:
TimeSpanThe total time of this node.
See Also