Class 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 |