getCPUModel

fnstring getCPUModel() @safe nothrow

Gets CPU model string.

Returns

CPU model string.

Example:

auto model = getCPUModel();
writeln("CPU: ", model);