Struct TimingScope
Used to automatically time the duration of operations using a Timing
Namespace:Phobos.Monitoring.Metrics
Assembly:Phobos.Monitoring.dll
Syntax
public struct TimingScope : IDisposable
Remarks
Can only be used once. No-ops if you call Dispose() multiple times.
Methods
Dispose()
Declaration
public void Dispose()