hw.info {pbdPAPI} | R Documentation |
This function returns some basic hardware information.
hw.info()
If you are submitting a bug to the pbdPAPI developers, please include the
output of hw.info()
. You may also be asked to submit the output of
pbdPAPI:::hw.info.internal()
.
The return is a list consisting of:
vendor | Hardware vendor. |
model | CPU model. |
codename | CPU codename. |
clockrate | Clock rate in MHz. |
ncpus | The number of "cores" (physical + logical) detected. |
## Not run: library(pbdPAPI) hw.info() ## End(Not run)