Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
NBench
Counter
C# 클래스 NBench.Counter
A high-performance, thread-safe counter class used to measure throughput on user-defined metrics
파일 보기
프로젝트 열기: petabridge/NBench
1 사용 예제들
공개 메소드들
메소드
설명
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