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 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