ProfileData

Type Alias ProfileData 

Source
pub type ProfileData = FixedArray<u64>;
Expand description

Profile of gas consumption.

Aliased Type§

pub struct ProfileData {
    pub data: Rc<RefCell<[u64; 60]>>,
}

Fields§

§data: Rc<RefCell<[u64; 60]>>