javierhonduco / lightswitch

CPU profiler for Linux written in Rust
MIT License
7 stars 3 forks source link

Tidy up util module #96

Closed javierhonduco closed 3 weeks ago

javierhonduco commented 3 weeks ago

Rather than have a catch-all module, split it up. Added some more rustdocs, and changed the signature and tests for CPU range parsing to not do any io anymore.

Test Plan

CI