Struct wasmtime_jit::PerfMapAgent
source · pub struct PerfMapAgent;
Expand description
Interface for driving the creation of jitdump files
Implementations§
Trait Implementations§
source§impl ProfilingAgent for PerfMapAgent
impl ProfilingAgent for PerfMapAgent
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 PerfMapAgent
impl RefUnwindSafe for PerfMapAgent
impl Send for PerfMapAgent
impl Sync for PerfMapAgent
impl Unpin for PerfMapAgent
impl UnwindSafe for PerfMapAgent
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