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
Methods
GetJob(Job, RuntimeMoniker, Jit?, Platform?)
protected static Job GetJob(Job sourceJob, RuntimeMoniker runtimeMoniker, Jit? jit, Platform? platform)
Parameters
sourceJob
JobruntimeMoniker
RuntimeMonikerjit
Jit?platform
Platform?