Function start_pass

Source
pub fn start_pass(pass: Pass) -> Box<dyn Any>
Available on crate feature timing only.
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.