Show / Hide Table of Contents

    Class GcCollectionsSelector

    Responsible for creating MetricCollectors for monitoring GC metrics

    Inheritance
    System.Object
    MetricsCollectorSelector
    GcCollectionsSelector
    Inherited Members
    MetricsCollectorSelector.Name
    MetricsCollectorSelector.SystemInfo
    MetricsCollectorSelector.Create(RunMode, IBenchmarkSetting)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: NBench.Collection.GarbageCollection
    Assembly: NBench.dll
    Syntax
    public class GcCollectionsSelector : MetricsCollectorSelector

    Constructors

    GcCollectionsSelector()

    Declaration
    public GcCollectionsSelector()

    GcCollectionsSelector(GcMetricName)

    Declaration
    public GcCollectionsSelector(GcMetricName name)
    Parameters
    Type Name Description
    GcMetricName name

    GcCollectionsSelector(GcMetricName, SysInfo)

    Declaration
    public GcCollectionsSelector(GcMetricName name, SysInfo systemInfo)
    Parameters
    Type Name Description
    GcMetricName name
    SysInfo systemInfo

    Properties

    GcMetricName

    Declaration
    public GcMetricName GcMetricName { get; }
    Property Value
    Type Description
    GcMetricName

    Methods

    Create(RunMode, WarmupData, IBenchmarkSetting)

    Declaration
    public override MetricCollector Create(RunMode runMode, WarmupData warmup, IBenchmarkSetting setting)
    Parameters
    Type Name Description
    RunMode runMode
    WarmupData warmup
    IBenchmarkSetting setting
    Returns
    Type Description
    MetricCollector
    Overrides
    MetricsCollectorSelector.Create(RunMode, WarmupData, IBenchmarkSetting)
    Back to top Copyright © 2015-2020 Petabridge™, LLC