Click or drag to resize
DigitalRuneHierarchicalProfilerNodeMinimum Property
Gets the minimum time of all non-recursive calls.

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

Property Value

Type: TimeSpan
The minimum time of all non-recursive calls.
See Also