Click or drag to resize
DigitalRuneHierarchicalProfilerElapsedTime Property
Gets the elapsed time since the creation of this instance or the last Reset.

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

Property Value

Type: TimeSpan
The elapsed time.
See Also