1using System.Globalization;
11 private readonly
double sample;
38 base.ExportXmlAttributes(Output, Previous,
TimeUnit);
46 return this.sample.ToString().Replace(CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator,
".");
Contains a new sample value.
override void ExportXmlAttributes(XmlWriter Output, ProfilerEvent Previous, TimeUnit TimeUnit)
Exports event attributes to XML.
override string PlantUmlState
double Sample
Sample value.
NewSample(long Ticks, double Sample, ProfilerThread Thread)
Contains a new sample value.
override string EventType
Abstract base class for profiler events.
ProfilerThread Thread
Profiler thread generating the event.
Class that keeps track of events and timing for one thread.
TimeUnit
Options for presenting time in reports.