Expand description
CPU information.
This module is enabled with the cpu
feature flag (enabled by default).
Modules§
- OS-specific extensions.
Structs§
- System CPU frequency.
- CPU statistics.
- System CPU time.
Functions§
- Returns future which will resolve into CpuFrequency.
- Returns future which will resolve into a amount of logical CPUs.
- Returns future which will resolve into a amount of physical CPUs.
- Returns future which will resolve into CpuStats.
- Returns future which will resolve into cumulative value of all CPU times.
- Returns stream which will yield CPU time for each CPU.