Class SummaryTable
- Namespace
- BenchmarkDotNet.Reports
- Assembly
- BenchmarkDotNet.dll
public class SummaryTable
- Inheritance
-
SummaryTable
- Extension Methods
Properties
ColumnCount
public int ColumnCount { get; }
Property Value
Columns
public SummaryTable.SummaryTableColumn[] Columns { get; }
Property Value
EffectiveSummaryStyle
public SummaryStyle EffectiveSummaryStyle { get; }
Property Value
FullContent
public string[][] FullContent { get; }
Property Value
- string[][]
FullContentStartOfHighlightGroup
public bool[] FullContentStartOfHighlightGroup { get; }
Property Value
- bool[]
FullContentStartOfLogicalGroup
public bool[] FullContentStartOfLogicalGroup { get; }
Property Value
- bool[]
FullContentWithHeader
public string[][] FullContentWithHeader { get; }
Property Value
- string[][]
FullHeader
public string[] FullHeader { get; }
Property Value
- string[]
IsDefault
public bool[] IsDefault { get; }
Property Value
- bool[]
SeparateLogicalGroups
public bool SeparateLogicalGroups { get; }
Property Value
Summary
public Summary Summary { get; }