11 private readonly
string state;
28 public string State => this.state;
36 Output.WriteAttributeString(
"state", this.state);
38 base.ExportXmlAttributes(Output, Previous,
TimeUnit);
override string PlantUmlState
override string EventType
NewState(long Ticks, string State, ProfilerThread Thread)
Thread changes state.
override void ExportXmlAttributes(XmlWriter Output, ProfilerEvent Previous, TimeUnit TimeUnit)
Exports event attributes to XML.
string State
String representation of the new state.
override void Accumulate(Accumulator Accumulator)
Accumulates the event.
Abstract base class for profiler events.
ProfilerThread Thread
Profiler thread generating the event.
void Sum(NewState Event)
Sums time for a given state.
Class that keeps track of events and timing for one thread.
TimeUnit
Options for presenting time in reports.