precord 0.7.13

Command line tool for recording process or system performance data
1
2
3
4
5
#[test]
fn two_smc() {
    let _ = precord_core::System::new(precord_core::Features::SMC, []);
    let _ = precord_core::System::new(precord_core::Features::SMC, []);
}