C# 클래스 NBench.Collection.GarbageCollection.GcCollectionsSelector

Responsible for creating MetricCollectors for monitoring GC metrics
상속: MetricsCollectorSelector
파일 보기 프로젝트 열기: petabridge/NBench

공개 메소드들

메소드 설명
Create ( RunMode runMode, WarmupData warmup, IBenchmarkSetting setting ) : MetricCollector
GcCollectionsSelector ( ) : System
GcCollectionsSelector ( GcMetricName name ) : System
GcCollectionsSelector ( GcMetricName name, NBench.Sys.SysInfo systemInfo ) : System

비공개 메소드들

메소드 설명
CreateInstanceInternal ( int gcGeneration ) : MetricCollector

메소드 상세

Create() 공개 메소드

public Create ( RunMode runMode, WarmupData warmup, IBenchmarkSetting setting ) : MetricCollector
runMode RunMode
warmup NBench.Sdk.WarmupData
setting IBenchmarkSetting
리턴 MetricCollector

GcCollectionsSelector() 공개 메소드

public GcCollectionsSelector ( ) : System
리턴 System

GcCollectionsSelector() 공개 메소드

public GcCollectionsSelector ( GcMetricName name ) : System
name NBench.Metrics.GarbageCollection.GcMetricName
리턴 System

GcCollectionsSelector() 공개 메소드

public GcCollectionsSelector ( GcMetricName name, NBench.Sys.SysInfo systemInfo ) : System
name NBench.Metrics.GarbageCollection.GcMetricName
systemInfo NBench.Sys.SysInfo
리턴 System