Class MemoryDiagnoserAttribute
Inheritance
MemoryDiagnoserAttribute
Assembly: BenchmarkDotNet.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class MemoryDiagnoserAttribute : Attribute, IConfigSource
Constructors
MemoryDiagnoserAttribute(Boolean)
Declaration
public MemoryDiagnoserAttribute(bool displayGenColumns = true)
Parameters
Type |
Name |
Description |
Boolean |
displayGenColumns |
Display Garbage Collections per Generation columns (Gen 0, Gen 1, Gen 2). True by default.
|
Properties
Config
Declaration
public IConfig Config { get; }
Property Value
Implements