Struct wasmtime_jit::VTuneAgent
source · pub struct VTuneAgent { /* private fields */ }
Expand description
Interface for driving vtune support
Implementations§
Trait Implementations§
source§impl Debug for VTuneAgent
impl Debug for VTuneAgent
source§impl ProfilingAgent for VTuneAgent
impl ProfilingAgent for VTuneAgent
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 Freeze for VTuneAgent
impl RefUnwindSafe for VTuneAgent
impl Send for VTuneAgent
impl Sync for VTuneAgent
impl Unpin for VTuneAgent
impl UnwindSafe for VTuneAgent
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