pub fn try_read_metrics(
control_bytes: &[u8],
) -> Result<Vec<(u32, u32)>, ProtocolError>Expand description
Strictly read per-opcode metrics counters from a control buffer.
ยงErrors
Returns ProtocolError when the buffer is not word-aligned or is too
short for the fixed metrics window.