Struct wasmtime_jit::JitDumpAgent
source · pub struct JitDumpAgent { /* private fields */ }
Expand description
Interface for driving the creation of jitdump files
Implementations§
Trait Implementations§
source§impl Debug for JitDumpAgent
impl Debug for JitDumpAgent
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]>)
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§
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