pub type ProfileData = FixedArray<u64>;
Profile of gas consumption.
pub struct ProfileData { pub data: Rc<RefCell<[u64; 60]>>, }
data: Rc<RefCell<[u64; 60]>>