[][src]Module heim::cpu

CPU information

Modules

os

OS-specific extensions

Structs

CpuFrequency

System CPU frequency.

CpuStats

CPU statistics.

CpuTime

System CPU time.

Frequency

Frequency measurement unit.

Time

Time measurement unit.

Functions

frequency

Returns future which will resolve into CpuFrequency.

stats

Returns future which will resolve into CpuStats.

time

Returns future which will resolve into cumulative value of all CPU times.

times

Returns stream which will yield CPU time for each CPU.