Table of Contents

Class JobConfigBaseAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.dll
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class)]
public class JobConfigBaseAttribute : Attribute, IConfigSource
Inheritance
JobConfigBaseAttribute
Implements
Derived
Inherited Members

Constructors

JobConfigBaseAttribute()

public JobConfigBaseAttribute()

JobConfigBaseAttribute(Job)

protected JobConfigBaseAttribute(Job job)

Parameters

job Job

Properties

Config

public IConfig Config { get; }

Property Value

IConfig

Methods

GetJob(Job, RuntimeMoniker, Jit?, Platform?)

protected static Job GetJob(Job sourceJob, RuntimeMoniker runtimeMoniker, Jit? jit, Platform? platform)

Parameters

sourceJob Job
runtimeMoniker RuntimeMoniker
jit Jit?
platform Platform?

Returns

Job