pub fn hide_initialization<B: BV, E: Borrow<Event<B>>>(events: &mut Vec<E>)Expand description
Removes register effects from before the first (cycle)
event. When combined with remove_unused this will reduce the
amount of initialization that appears in the trace.