Struct wasmtime_profiling::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: &Module,
_functions: &PrimaryMap<DefinedFuncIndex, *mut [VMFunctionBody]>,
_dbg_image: Option<&[u8]>
)
fn module_load(
&self,
_module: &Module,
_functions: &PrimaryMap<DefinedFuncIndex, *mut [VMFunctionBody]>,
_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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more