Struct wasmtime_jit::JitDumpAgent
source · pub struct JitDumpAgent { /* private fields */ }
Expand description
Interface for driving the creation of jitdump files
Implementations§
Trait Implementations§
source§impl Debug for JitDumpAgent
impl Debug for JitDumpAgent
source§impl ProfilingAgent for JitDumpAgent
impl ProfilingAgent for JitDumpAgent
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