C# Класс BasicEventSourceTests.TestEventCounter

Показать файл Открыть проект

Приватные методы

Метод Описание
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