Class JsonExporter
Assembly: BenchmarkDotNet.dll
Syntax
public class JsonExporter : JsonExporterBase, IExporter
Constructors
JsonExporter(String, Boolean, Boolean)
Declaration
public JsonExporter(string fileNameSuffix = "", bool indentJson = false, bool excludeMeasurements = false)
Parameters
Fields
Brief
Declaration
public static readonly IExporter Brief
Field Value
BriefCompressed
Declaration
public static readonly IExporter BriefCompressed
Field Value
Default
Declaration
public static readonly IExporter Default
Field Value
Full
Declaration
public static readonly IExporter Full
Field Value
FullCompressed
Declaration
public static readonly IExporter FullCompressed
Field Value
Properties
FileNameSuffix
Declaration
protected override string FileNameSuffix { get; }
Property Value
Overrides
Methods
Custom(String, Boolean, Boolean)
Declaration
public static IExporter Custom(string fileNameSuffix = "", bool indentJson = false, bool excludeMeasurements = false)
Parameters
Returns
Implements