Class BenchmarkReportExtensions
Namespace: BenchmarkDotNet.Reports
Assembly: BenchmarkDotNet.dll
Syntax
public static class BenchmarkReportExtensions
Methods
GetGcInfo(BenchmarkReport)
Declaration
public static string GetGcInfo(this BenchmarkReport report)
Parameters
Type | Name | Description |
---|---|---|
BenchmarkReport | report |
Returns
Type | Description |
---|---|
String |
GetRuntimeInfo(BenchmarkReport)
Declaration
public static string GetRuntimeInfo(this BenchmarkReport report)
Parameters
Type | Name | Description |
---|---|---|
BenchmarkReport | report |
Returns
Type | Description |
---|---|
String |