Interface IExporter
Namespace: BenchmarkDotNet.Exporters
Assembly: BenchmarkDotNet.dll
Syntax
public interface IExporter
Properties
Name
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
ExportToFiles(Summary, ILogger)
Declaration
IEnumerable<string> ExportToFiles(Summary summary, ILogger consoleLogger)
Parameters
| Type | Name | Description |
|---|---|---|
| Summary | summary | |
| ILogger | consoleLogger |
Returns
| Type | Description |
|---|---|
| IEnumerable<String> |
ExportToLog(Summary, ILogger)
Declaration
void ExportToLog(Summary summary, ILogger logger)
Parameters
| Type | Name | Description |
|---|---|---|
| Summary | summary | |
| ILogger | logger |