Struct wasmtime_jit::VTuneAgent
source · [−]pub struct VTuneAgent { /* private fields */ }
Expand description
Interface for driving the ittapi for VTune support
Implementations
sourceimpl VTuneAgent
impl VTuneAgent
Trait Implementations
sourceimpl Drop for VTuneAgent
impl Drop 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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