public GcCollectionsSelector(GcMetricName name, SysInfo systemInfo) : base(name, systemInfo) { }
public GcBenchmarkSetting(GcMetric metric, GcGeneration generation, AssertionType assertionType, Assertion assertion) { AssertionType = assertionType; Assertion = assertion; GcMetricName = new GcMetricName(metric, generation); }
public GcCollectionsSelector(GcMetricName name) : this(name, SysInfo.Instance) { }