Show / Hide Table of Contents

Class DefaultExporters

Inheritance
Object
DefaultExporters
Namespace: BenchmarkDotNet.Exporters
Assembly: BenchmarkDotNet.dll
Syntax
public static class DefaultExporters

Fields

AsciiDoc

Declaration
public static readonly IExporter AsciiDoc
Field Value
Type Description
IExporter

Csv

Declaration
public static readonly IExporter Csv
Field Value
Type Description
IExporter

CsvMeasurements

Declaration
public static readonly IExporter CsvMeasurements
Field Value
Type Description
IExporter

Html

Declaration
public static readonly IExporter Html
Field Value
Type Description
IExporter

Json

Declaration
public static readonly IExporter Json
Field Value
Type Description
IExporter

JsonBrief

Declaration
public static readonly IExporter JsonBrief
Field Value
Type Description
IExporter

JsonBriefCompressed

Declaration
public static readonly IExporter JsonBriefCompressed
Field Value
Type Description
IExporter

JsonFull

Declaration
public static readonly IExporter JsonFull
Field Value
Type Description
IExporter

JsonFullCompressed

Declaration
public static readonly IExporter JsonFullCompressed
Field Value
Type Description
IExporter

Markdown

Declaration
public static readonly IExporter Markdown
Field Value
Type Description
IExporter

Plain

Declaration
public static readonly IExporter Plain
Field Value
Type Description
IExporter

RPlot

Declaration
public static readonly IExporter RPlot
Field Value
Type Description
IExporter

Xml

Declaration
public static readonly IExporter Xml
Field Value
Type Description
IExporter

XmlBrief

Declaration
public static readonly IExporter XmlBrief
Field Value
Type Description
IExporter

XmlBriefCompressed

Declaration
public static readonly IExporter XmlBriefCompressed
Field Value
Type Description
IExporter

XmlFull

Declaration
public static readonly IExporter XmlFull
Field Value
Type Description
IExporter

XmlFullCompressed

Declaration
public static readonly IExporter XmlFullCompressed
Field Value
Type Description
IExporter
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors