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
Afficher le fichier Open project: petabridge/NBench

Méthodes publiques

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

Method Details

PerformanceCounterTotalAssertionAttribute() public méthode

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