C# Класс NBench.PerformanceCounters.Collection.PerformanceCounterCache

Used to warm up and cache PerformanceCounter instances
Показать файл Открыть проект

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

Метод Описание
Exists ( MetricName name ) : bool
Get ( MetricName name ) : IPerformanceCounterProxy
PerformanceCounterCache ( ) : System
PerformanceCounterCache ( CachedPerformanceCounterProxy>.IDictionary cachedCounters ) : System
Put ( MetricName name, IPerformanceCounterProxy concreteCounter ) : bool

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

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

public Exists ( MetricName name ) : bool
name MetricName
Результат bool

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

public Get ( MetricName name ) : IPerformanceCounterProxy
name MetricName
Результат IPerformanceCounterProxy

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

public PerformanceCounterCache ( ) : System
Результат System

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

public PerformanceCounterCache ( CachedPerformanceCounterProxy>.IDictionary cachedCounters ) : System
cachedCounters CachedPerformanceCounterProxy>.IDictionary
Результат System

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

public Put ( MetricName name, IPerformanceCounterProxy concreteCounter ) : bool
name MetricName
concreteCounter IPerformanceCounterProxy
Результат bool