C# Класс NBench.Counter

A high-performance, thread-safe counter class used to measure throughput on user-defined metrics
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Decrement ( ) : void

Decrement the value of the counter by 1

Increment ( ) : void

Increment the value of the counter by 1

Приватные методы

Метод Описание
Counter ( AtomicCounter internalCounter, CounterMetricName name ) : NBench.Metrics

Описание методов

Decrement() публичный Метод

Decrement the value of the counter by 1
public Decrement ( ) : void
Результат void

Increment() публичный Метод

Increment the value of the counter by 1
public Increment ( ) : void
Результат void