Table of Contents

Class ThreadingDiagnoserConfig

Namespace
BenchmarkDotNet.Diagnosers
Assembly
BenchmarkDotNet.dll
public class ThreadingDiagnoserConfig
Inheritance
ThreadingDiagnoserConfig

Constructors

ThreadingDiagnoserConfig(bool, bool)

public ThreadingDiagnoserConfig(bool displayLockContentionWhenZero = true, bool displayCompletedWorkItemCountWhenZero = true)

Parameters

displayLockContentionWhenZero bool

Display configuration for 'LockContentionCount' when it is empty. True (displayed) by default.

displayCompletedWorkItemCountWhenZero bool

Display configuration for 'CompletedWorkItemCount' when it is empty. True (displayed) by default.

Properties

DisplayCompletedWorkItemCountWhenZero

public bool DisplayCompletedWorkItemCountWhenZero { get; }

Property Value

bool

DisplayLockContentionWhenZero

public bool DisplayLockContentionWhenZero { get; }

Property Value

bool