#cpu #frequency #core

cpu-freq

Get CPU frequency information

2 releases

0.0.2 Jul 11, 2019
0.0.1 Jun 28, 2019

#44 in #core

Download history 3/week @ 2024-07-19 19/week @ 2024-07-26 36/week @ 2024-08-02 17/week @ 2024-08-09 14/week @ 2024-08-16 27/week @ 2024-08-23 20/week @ 2024-08-30 45/week @ 2024-09-06 38/week @ 2024-09-13 32/week @ 2024-09-20 30/week @ 2024-09-27 39/week @ 2024-10-04 34/week @ 2024-10-11 29/week @ 2024-10-18 19/week @ 2024-10-25 21/week @ 2024-11-01

112 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