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