Struct wasmtime_jit::VTuneAgent
source · pub struct VTuneAgent { /* private fields */ }
Expand description
Interface for driving vtune support
Implementations
sourceimpl VTuneAgent
impl VTuneAgent
Trait Implementations
sourceimpl Debug for VTuneAgent
impl Debug for VTuneAgent
sourceimpl ProfilingAgent for VTuneAgent
impl ProfilingAgent for VTuneAgent
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 VTuneAgent
impl Send for VTuneAgent
impl Sync for VTuneAgent
impl Unpin for VTuneAgent
impl UnwindSafe for VTuneAgent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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