#cpu #frequency #core

cpu-freq

Get CPU frequency information

2 releases

0.0.2 Jul 11, 2019
0.0.1 Jun 28, 2019

#38 in #core

Download history 44/week @ 2024-03-11 59/week @ 2024-03-18 50/week @ 2024-03-25 71/week @ 2024-04-01 19/week @ 2024-04-08 49/week @ 2024-04-15 64/week @ 2024-04-22 44/week @ 2024-04-29 39/week @ 2024-05-06 78/week @ 2024-05-13 64/week @ 2024-05-20 48/week @ 2024-05-27 87/week @ 2024-06-03 74/week @ 2024-06-10 42/week @ 2024-06-17 7/week @ 2024-06-24

213 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

~77KB