C# Класс NBench.Collection.GarbageCollection.GcCollectionsPerGenerationCollector

Returns the number of times System.GC has collected Generation.
Наследование: MetricCollector
Показать файл Открыть проект

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

Метод Описание
Collect ( ) : double
GcCollectionsPerGenerationCollector ( MetricName name, int generation ) : System
GcCollectionsPerGenerationCollector ( MetricName name, string unitName, int generation ) : System

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

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

public Collect ( ) : double
Результат double

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

public GcCollectionsPerGenerationCollector ( MetricName name, int generation ) : System
name MetricName
generation int
Результат System

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

public GcCollectionsPerGenerationCollector ( MetricName name, string unitName, int generation ) : System
name MetricName
unitName string
generation int
Результат System