Class JsonExporterAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.dll
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true)]
public class JsonExporterAttribute : ExporterConfigBaseAttribute, IConfigSource
- Inheritance
-
JsonExporterAttribute
- Implements
- Derived
- Inherited Members
Constructors
JsonExporterAttribute(string, bool, bool)
public JsonExporterAttribute(string fileNameSuffix = "", bool indentJson = false, bool excludeMeasurements = false)