ptcov 0.1.0-beta.1

Decoder to compute code coverage from IntelĀ® Processor Trace traces
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, PartialEq, Clone)]
pub struct Trig {
    pub(super) raw: [u8; 2],
}

impl Trig {
    pub(crate) const SIZE: usize = 3;
}