Table of Contents

Class SummaryTableExtensions

Namespace
BenchmarkDotNet.Reports
Assembly
BenchmarkDotNet.dll
public static class SummaryTableExtensions
Inheritance
SummaryTableExtensions

Methods

PrintCommonColumns(SummaryTable, ILogger)

public static void PrintCommonColumns(this SummaryTable table, ILogger logger)

Parameters

table SummaryTable
logger ILogger

PrintLine(SummaryTable, string[], ILogger, string, string)

public static void PrintLine(this SummaryTable table, string[] line, ILogger logger, string leftDel, string rightDel)

Parameters

table SummaryTable
line string[]
logger ILogger
leftDel string
rightDel string

PrintLine(SummaryTable, string[], ILogger, string, string, bool, bool, MarkdownHighlightStrategy, string, bool)

public static void PrintLine(this SummaryTable table, string[] line, ILogger logger, string leftDel, string rightDel, bool highlightRow, bool startOfGroup, MarkdownExporter.MarkdownHighlightStrategy startOfGroupHighlightStrategy, string boldMarkupFormat, bool escapeHtml)

Parameters

table SummaryTable
line string[]
logger ILogger
leftDel string
rightDel string
highlightRow bool
startOfGroup bool
startOfGroupHighlightStrategy MarkdownExporter.MarkdownHighlightStrategy
boldMarkupFormat string
escapeHtml bool