cpu_info: Lists the CPU Information for the Current Machine

View source: R/cpu_info.R

cpu_infoR Documentation

Lists the CPU Information for the Current Machine

Description

Lists the CPU Information for the Current Machine

Usage

cpu_info()

Details

This function reads/queries ⁠/proc/cpuinfo⁠ on the current machine.

Value

A data.frame (tibble) with the two columns field and value. For most CPUs, there will be duplicated field:s.

See Also

lscpu()

Examples

info <- cpu_info()
print(info)


ucsf-wynton/wyntonquery documentation built on May 15, 2024, 6:23 a.m.