Show / Hide Table of Contents

Class PmcStats

Inheritance
Object
PmcStats
Namespace: BenchmarkDotNet.Diagnosers
Assembly: BenchmarkDotNet.dll
Syntax
public class PmcStats

Constructors

PmcStats()

Declaration
public PmcStats()

PmcStats(IReadOnlyCollection<HardwareCounter>, Func<HardwareCounter, PreciseMachineCounter>)

Declaration
public PmcStats(IReadOnlyCollection<HardwareCounter> hardwareCounters, Func<HardwareCounter, PreciseMachineCounter> factory)
Parameters
Type Name Description
IReadOnlyCollection<HardwareCounter> hardwareCounters
Func<HardwareCounter, PreciseMachineCounter> factory

Properties

Counters

Declaration
public IReadOnlyDictionary<HardwareCounter, PreciseMachineCounter> Counters { get; }
Property Value
Type Description
IReadOnlyDictionary<HardwareCounter, PreciseMachineCounter>

TotalOperations

Declaration
public long TotalOperations { get; set; }
Property Value
Type Description
Int64
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors