Show / Hide Table of Contents

Class BenchmarkReportExtensions

Inheritance
Object
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
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors