| HierarchicalProfilerElapsedTime Property |
Gets the elapsed time since the creation of this instance or the last
Reset.
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public TimeSpan ElapsedTime { get; }
Public ReadOnly Property ElapsedTime As TimeSpan
Get
public:
property TimeSpan ElapsedTime {
TimeSpan get ();
}
member ElapsedTime : TimeSpan with get
Property Value
Type:
TimeSpanThe elapsed time.
See Also