C# 클래스 NBench.PerformanceCounters.PerformanceCounterThroughputAssertionAttribute

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

공개 메소드들

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

메소드 상세

PerformanceCounterThroughputAssertionAttribute() 공개 메소드

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