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
Показать файл Открыть проект

Открытые методы

Метод Описание
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