| HierarchicalProfilerNodeMinimum Property |
Gets the minimum 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 Minimum { get; }
Public ReadOnly Property Minimum As TimeSpan
Get
public:
property TimeSpan Minimum {
TimeSpan get ();
}
member Minimum : TimeSpan with get
Property Value
Type:
TimeSpanThe minimum time of all non-recursive calls.
See Also