Class XmlExporter
- Namespace
- BenchmarkDotNet.Exporters.Xml
- Assembly
- BenchmarkDotNet.dll
public class XmlExporter : XmlExporterBase, IExporter
- Inheritance
-
XmlExporter
- Implements
- Inherited Members
Constructors
XmlExporter(string, bool, bool)
public XmlExporter(string fileNameSuffix = "", bool indentXml = false, bool excludeMeasurements = false)
Parameters
Fields
Brief
public static readonly IExporter Brief
Field Value
BriefCompressed
public static readonly IExporter BriefCompressed
Field Value
Default
public static readonly IExporter Default
Field Value
Full
public static readonly IExporter Full
Field Value
FullCompressed
public static readonly IExporter FullCompressed
Field Value
Properties
FileNameSuffix
protected override string FileNameSuffix { get; }
Property Value
Methods
Custom(string, bool, bool)
public static IExporter Custom(string fileNameSuffix = "", bool indentXml = false, bool excludeMeasurements = false)