#cpu #frequency #core

cpu-freq

Get CPU frequency information

2 releases

0.0.2 Jul 11, 2019
0.0.1 Jun 28, 2019

#45 in #core

Download history 65/week @ 2024-11-16 36/week @ 2024-11-23 111/week @ 2024-11-30 78/week @ 2024-12-07 68/week @ 2024-12-14 18/week @ 2024-12-28 150/week @ 2025-01-04 205/week @ 2025-01-11 149/week @ 2025-01-18 116/week @ 2025-01-25 232/week @ 2025-02-01 217/week @ 2025-02-08 134/week @ 2025-02-15 163/week @ 2025-02-22 147/week @ 2025-03-01

733 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

~80KB