codspeed 4.5.0

Core instrumentation library for CodSpeed
Documentation
1
2
3
4
5
6
pub type Value = u32;

#[inline(always)]
pub unsafe fn send_client_request(_default: Value, _args: &[Value; 6]) -> Value {
    panic!("Not implemented for this architecture");
}