Table of Contents

Class BenchmarkRunner

Namespace
nanoFramework.Benchmark
Assembly
nanoFramework.Benchmark.dll

Main runner class.

public static class BenchmarkRunner
Inheritance
BenchmarkRunner
Inherited Members

Methods

Run(Assembly)

Runs all benchmarks from assembly.

public static void Run(Assembly assembly)

Parameters

assembly Assembly

Assembly with benchmarks.

RunClass(Type)

Runs all benchmarks from class.

public static void RunClass(Type classType)

Parameters

classType Type

Class with benchmarks.

Exceptions

InvalidOperationException

Throws when type is not class or class is abstract.