Class PmcStats
Assembly: BenchmarkDotNet.dll
Syntax
Constructors
PmcStats()
Declaration
PmcStats(IReadOnlyCollection<HardwareCounter>, Func<HardwareCounter, PreciseMachineCounter>)
Declaration
public PmcStats(IReadOnlyCollection<HardwareCounter> hardwareCounters, Func<HardwareCounter, PreciseMachineCounter> factory)
Parameters
Properties
Counters
Declaration
public IReadOnlyDictionary<HardwareCounter, PreciseMachineCounter> Counters { get; }
Property Value
TotalOperations
Declaration
public long TotalOperations { get; set; }
Property Value