cranelift_codegen::timing

Function start_pass

Source
pub fn start_pass(pass: Pass) -> Box<dyn Any>
Expand description

Start timing pass as a child of the currently running pass, if any.

This function is called by the publicly exposed pass functions.