Interface IPerfInterval
Represents a performance timing interval.
public interface IPerfInterval
Properties
ElapsedMs
Number of milliseconds elapsed since the interval was started.
int ElapsedMs { get; }
Property Value
EventStart
The start timestamp of the interval.
DateTimeOffset EventStart { get; }
Property Value
RelatedActivity
The Activity related to this interval.
Activity RelatedActivity { get; }