Struct wasmtime_jit::JitDumpAgent
source · [−]pub struct JitDumpAgent { /* private fields */ }Expand description
Interface for driving the creation of jitdump files
Implementations
sourceimpl JitDumpAgent
impl JitDumpAgent
Trait Implementations
sourceimpl Debug for JitDumpAgent
impl Debug for JitDumpAgent
sourceimpl ProfilingAgent for JitDumpAgent
impl ProfilingAgent for JitDumpAgent
sourcefn module_load(&self, _module: &CompiledModule, _dbg_image: Option<&[u8]>)
fn module_load(&self, _module: &CompiledModule, _dbg_image: Option<&[u8]>)
Notify the profiler of a new module loaded into memory
sourcefn trampoline_load(&self, _file: &File<'_>)
fn trampoline_load(&self, _file: &File<'_>)
Notify the profiler that the object file provided contains dynamically-generated trampolines which are now being loaded. Read more
Auto Trait Implementations
impl RefUnwindSafe for JitDumpAgent
impl Send for JitDumpAgent
impl Sync for JitDumpAgent
impl Unpin for JitDumpAgent
impl UnwindSafe for JitDumpAgent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more