Class BenchmarkConverter
Inheritance
BenchmarkConverter
Assembly: BenchmarkDotNet.dll
Syntax
public static class BenchmarkConverter
Methods
MethodsToBenchmarks(Type, MethodInfo[], IConfig)
Declaration
public static BenchmarkRunInfo MethodsToBenchmarks(Type containingType, MethodInfo[] benchmarkMethods, IConfig config = null)
Parameters
Returns
SourceToBenchmarks(String, IConfig)
Declaration
public static BenchmarkRunInfo[] SourceToBenchmarks(string source, IConfig config = null)
Parameters
Returns
TypeToBenchmarks(Type, IConfig)
Declaration
public static BenchmarkRunInfo TypeToBenchmarks(Type type, IConfig config = null)
Parameters
Returns
UrlToBenchmarks(String, IConfig)
Declaration
public static BenchmarkRunInfo[] UrlToBenchmarks(string url, IConfig config = null)
Parameters
Returns