Class ExporterBase
Assembly: BenchmarkDotNet.dll
Syntax
public abstract class ExporterBase : IExporter
Properties
FileCaption
Declaration
protected virtual string FileCaption { get; }
Property Value
FileExtension
Declaration
protected virtual string FileExtension { get; }
Property Value
FileNameSuffix
Declaration
protected virtual string FileNameSuffix { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Methods
ExportToFiles(Summary, ILogger)
Declaration
public IEnumerable<string> ExportToFiles(Summary summary, ILogger consoleLogger)
Parameters
Returns
ExportToLog(Summary, ILogger)
Declaration
public abstract void ExportToLog(Summary summary, ILogger logger)
Parameters
Implements