C# 클래스 NBench.PerformanceCounters.PerformanceCounterTotalAssertionAttribute

Performs an assertion against PerformanceCounter values collected over the course of a benchmark. This asserts the TOTAL AVERAGE PERFORMANCE COUNTER VALUES over all runs of a benchmark.
상속: PerformanceCounterMeasurementAttribute
파일 보기 프로젝트 열기: petabridge/NBench

공개 메소드들

메소드 설명
PerformanceCounterTotalAssertionAttribute ( string categoryName, string counterName, MustBe condition, double averageValueTotal ) : System.Diagnostics

메소드 상세

PerformanceCounterTotalAssertionAttribute() 공개 메소드

public PerformanceCounterTotalAssertionAttribute ( string categoryName, string counterName, MustBe condition, double averageValueTotal ) : System.Diagnostics
categoryName string
counterName string
condition MustBe
averageValueTotal double
리턴 System.Diagnostics