Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
NuGetGallery
Diagnostics
PerfCounters
C# 클래스 NuGetGallery.Diagnostics.PerfCounters
Super simple in-process perf-counters (because Windows Perf Counters are le hard)
파일 보기
프로젝트 열기: NuGet/NuGetGallery
공개 메소드들
메소드
설명
AddSample
(
string
name
,
int
sampleSize
,
double
value
) :
void
GetStats
(
string
name
) :
PerfStats
메소드 상세
AddSample()
공개
정적인
메소드
public
static
AddSample
(
string
name
,
int
sampleSize
,
double
value
) :
void
name
string
sampleSize
int
value
double
리턴
void
GetStats()
공개
정적인
메소드
public
static
GetStats
(
string
name
) :
PerfStats
name
string
리턴
PerfStats