C# 클래스 BasicEventSourceTests.TestEventCounter

파일 보기 프로젝트 열기: dotnet/corefx

비공개 메소드들

메소드 설명
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