Class PreciseMachineCounter
- Namespace
- BenchmarkDotNet.Diagnosers
- Assembly
- BenchmarkDotNet.dll
public class PreciseMachineCounter
- Inheritance
-
PreciseMachineCounter
Properties
Count
public ulong Count { get; }
Property Value
Counter
public HardwareCounter Counter { get; }
Property Value
Interval
public int Interval { get; }
Property Value
Name
public string Name { get; }
Property Value
PerInstructionPointer
public Dictionary<ulong, ulong> PerInstructionPointer { get; }
Property Value
ProfileSourceId
public int ProfileSourceId { get; }
Property Value
Methods
OnSample(ulong)
public void OnSample(ulong instructionPointer)
Parameters
instructionPointer
ulong