Struct wasmtime_jit::JitDumpAgent
source · pub struct JitDumpAgent { /* private fields */ }
Expand description
Interface for driving the creation of jitdump files
Implementations§
source§impl JitDumpAgent
impl JitDumpAgent
source§impl JitDumpAgent
impl JitDumpAgent
Trait Implementations§
source§impl ProfilingAgent for JitDumpAgent
impl ProfilingAgent for JitDumpAgent
source§fn module_load(&self, module: &CompiledModule, dbg_image: Option<&[u8]>)
fn module_load(&self, module: &CompiledModule, dbg_image: Option<&[u8]>)
Sent when a method is compiled and loaded into memory by the VM.
Auto Trait Implementations§
impl Freeze for JitDumpAgent
impl RefUnwindSafe for JitDumpAgent
impl Send for JitDumpAgent
impl Sync for JitDumpAgent
impl Unpin for JitDumpAgent
impl UnwindSafe for JitDumpAgent
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