C# Class 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.
Inheritance: PerformanceCounterMeasurementAttribute
ファイルを表示 Open project: petabridge/NBench

Public Methods

Method Description
PerformanceCounterTotalAssertionAttribute ( string categoryName, string counterName, MustBe condition, double averageValueTotal ) : System.Diagnostics

Method Details

PerformanceCounterTotalAssertionAttribute() public method

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