Show / Hide Table of Contents

Class ProcessorBrandStringHelper

Inheritance
Object
ProcessorBrandStringHelper
Namespace: BenchmarkDotNet.Environments
Assembly: BenchmarkDotNet.dll
Syntax
public static class ProcessorBrandStringHelper

Methods

Prettify(CpuInfo, Boolean)

Transform a processor brand string to a nice form for summary.

Declaration
public static string Prettify(CpuInfo cpuInfo, bool includeMaxFrequency = false)
Parameters
Type Name Description
CpuInfo cpuInfo

The CPU information

Boolean includeMaxFrequency

Whether to include determined max frequency information

Returns
Type Description
String

Prettified version

In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors