| get_cpu {benchmarkme} | R Documentation |
CPU Description
Description
Attempt to extract the CPU model on the current host. This is OS specific:
Linux:
/proc/cpuinfoApple:
sysctl -nSolaris: Not implemented.
Windows:
wmic cpu
A value of NA is return if it isn't possible to obtain the CPU.
Usage
get_cpu()
Examples
## Return the machine CPU
get_cpu()
[Package benchmarkme version 1.0.8 Index]