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 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
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more