Class RPlotExporter
Inheritance
RPlotExporter
Assembly: BenchmarkDotNet.dll
Syntax
public class RPlotExporter : IExporter
Fields
Default
Declaration
public static readonly IExporter Default
Field Value
Properties
Dependencies
Declaration
public IEnumerable<IExporter> Dependencies { 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 void ExportToLog(Summary summary, ILogger logger)
Parameters
Implements