TimingCollector¶
Helper class to store, calculate and manage request related events and theirs duration, referenced by Timing field.
Fields:¶
DateTime Created¶
- When the TimingCollector instance created.
DateTime Finished¶
- When the closing Finish event is sent.
List<TimingEvent> Events¶
- List of added events.