Skip to content

TimingEvent

Struct to hold information about one timing event recorded for a HTTPRequest. Timing events are managed by the TimingCollector.

Fields:

String Name

Name of the event

TimeSpan Duration

Duration of the event.

DateTime When

When the event occurred.

Comments