cranelift_codegen::timing

Function set_thread_profiler

Source
pub fn set_thread_profiler(new_profiler: Box<dyn Profiler>) -> Box<dyn Profiler>
Expand description

Set the profiler for the current thread.

Returns the old profiler.