Inheritance: MetricName
 public GcCollectionsSelector(GcMetricName name, SysInfo systemInfo)
     : base(name, systemInfo)
 {
 }
Exemple #2
0
 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)
 {
 }