C# Class BasicEventSourceTests.TestEventCounter

Show file Open project: dotnet/corefx

Private Methods

Method Description
Test_Write_Metric ( BasicEventSourceTests.Listener listener ) : void
Test_Write_Metric_ETW ( ) : void
Test_Write_Metric_EventListener ( ) : void
ValidateEventCounter ( string counterName, int count, float mean, float standardDeviation, float min, float max, object>.IDictionary payloadContent ) : void
ValidateEventHeaderAndGetPayload ( BasicEventSourceTests.Event evt ) : object
ValidatePayloadEntry ( string name, object value, object>.KeyValuePair payloadEntry ) : void
ValidateSingleEventCounter ( BasicEventSourceTests.Event evt, string counterName, int count, float sum, float sumSquared, float min, float max ) : void