| HierarchicalProfilerNodeMaximum Property |
Gets the maximum time of all non-recursive calls.
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public TimeSpan Maximum { get; }
Public ReadOnly Property Maximum As TimeSpan
Get
public:
property TimeSpan Maximum {
TimeSpan get ();
}
member Maximum : TimeSpan with get
Property Value
Type:
TimeSpanThe maximum time of all non-recursive calls.
See Also