#cpu #frequency #core

cpu-freq

Get CPU frequency information

2 releases

0.0.2 Jul 11, 2019
0.0.1 Jun 28, 2019

#4 in #cores

Download history 12/week @ 2023-11-25 1/week @ 2023-12-02 6/week @ 2023-12-09 22/week @ 2023-12-16 4/week @ 2023-12-23 6/week @ 2024-01-06 1/week @ 2024-01-13 1/week @ 2024-01-20 2/week @ 2024-01-27 8/week @ 2024-02-10 22/week @ 2024-02-17 32/week @ 2024-02-24 27/week @ 2024-03-02 26/week @ 2024-03-09

109 downloads per month
Used in seven_seg

MIT/Apache

5KB
89 lines

CPU-freq

Get cpu frequency


lib.rs:

A crate to obtain CPU frequency information

The crates attempts to obtain the information with as little permissions as possible, in the fastest way possible, while still returning a result.

Examples

Fetch CPU frequency

let cpus = cpu_freq::get();

Dependencies

~76KB