Class CsvExporter
Assembly: BenchmarkDotNet.dll
Syntax
public class CsvExporter : ExporterBase, IExporter
Constructors
CsvExporter(CsvSeparator)
Declaration
public CsvExporter(CsvSeparator separator)
Parameters
CsvExporter(CsvSeparator, SummaryStyle)
Declaration
public CsvExporter(CsvSeparator separator, SummaryStyle style)
Parameters
Fields
Default
Declaration
public static readonly IExporter Default
Field Value
Properties
FileExtension
Declaration
protected override string FileExtension { get; }
Property Value
Overrides
Methods
ExportToLog(Summary, ILogger)
Declaration
public override void ExportToLog(Summary summary, ILogger logger)
Parameters
Overrides
Implements