Table of Contents

Class HardwareCountersAttribute

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

Constructors

HardwareCountersAttribute()

protected HardwareCountersAttribute()

HardwareCountersAttribute(params HardwareCounter[])

public HardwareCountersAttribute(params HardwareCounter[] counters)

Parameters

counters HardwareCounter[]

Properties

Config

public IConfig Config { get; }

Property Value

IConfig