Struct cranelift_codegen::timing::DefaultProfiler
source · pub struct DefaultProfiler;
Expand description
The default profiler. You can get the results using take_current
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultProfiler
impl RefUnwindSafe for DefaultProfiler
impl Send for DefaultProfiler
impl Sync for DefaultProfiler
impl Unpin for DefaultProfiler
impl UnwindSafe for DefaultProfiler
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more