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
SummaryTablelogger
ILogger
PrintLine(SummaryTable, string[], ILogger, string, string)
public static void PrintLine(this SummaryTable table, string[] line, ILogger logger, string leftDel, string rightDel)
Parameters
table
SummaryTableline
string[]logger
ILoggerleftDel
stringrightDel
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
SummaryTableline
string[]logger
ILoggerleftDel
stringrightDel
stringhighlightRow
boolstartOfGroup
boolstartOfGroupHighlightStrategy
MarkdownExporter.MarkdownHighlightStrategyboldMarkupFormat
stringescapeHtml
bool