Struct cranelift_codegen::timing::TimingToken [−][src]
pub struct TimingToken { /* fields omitted */ }
Expand description
A timing token is responsible for timing the currently running pass. Timing starts when it is created and ends when it is dropped.
Multiple passes can be active at the same time, but they must be started and stopped in a LIFO fashion.