#cpu #frequency #core

cpu-freq

Get CPU frequency information

2 releases

0.0.2 Jul 11, 2019
0.0.1 Jun 28, 2019

#31 in #core

Download history 2/week @ 2024-01-28 8/week @ 2024-02-11 23/week @ 2024-02-18 37/week @ 2024-02-25 24/week @ 2024-03-03 42/week @ 2024-03-10 59/week @ 2024-03-17 50/week @ 2024-03-24 73/week @ 2024-03-31 19/week @ 2024-04-07 49/week @ 2024-04-14 62/week @ 2024-04-21 45/week @ 2024-04-28 40/week @ 2024-05-05 74/week @ 2024-05-12

227 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