Table of Contents

Class BaselineAttribute

Namespace
nanoFramework.Benchmark.Attributes
Assembly
nanoFramework.Benchmark.dll

Specifies method which should be considered as baseline for calculation. Add new column "Ratio" to output.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class BaselineAttribute : Attribute
Inheritance
BaselineAttribute
Inherited Members
Extension Methods

Constructors

BaselineAttribute()

public BaselineAttribute()