[][src]Module rsys::linux::cpu

Structs

Core

Represents a virtual core in a cpu

Processor

A structure representing host machine cpu

Functions

cores

Returns Core objects with frequencies

cpu

Returns the name of first seen cpu in /proc/cpuinfo

cpu_clock

Returns cpu clock of first core in /proc/cpuinfo file.

cpu_cores

Returns total cpu cores available.

logical_cores

Returns total logical cores available.

processor

Returns a Processor object containing gathered information about host machine processor.

Type Definitions

Cores