Class PreciseMachineCounter
Inheritance
PreciseMachineCounter
Assembly: BenchmarkDotNet.dll
Syntax
public class PreciseMachineCounter
Properties
Count
Declaration
public ulong Count { get; }
Property Value
Counter
Declaration
public HardwareCounter Counter { get; }
Property Value
Interval
Declaration
public int Interval { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
PerInstructionPointer
Declaration
public Dictionary<ulong, ulong> PerInstructionPointer { get; }
Property Value
ProfileSourceId
Declaration
public int ProfileSourceId { get; }
Property Value
Methods
OnSample(UInt64)
Declaration
public void OnSample(ulong instructionPointer)
Parameters
Type |
Name |
Description |
UInt64 |
instructionPointer |
|