Struct wasmtime_jit::NullProfilerAgent
source · pub struct NullProfilerAgent;
Expand description
Default agent for unsupported profiling build.
Trait Implementations§
source§impl Clone for NullProfilerAgent
impl Clone for NullProfilerAgent
source§fn clone(&self) -> NullProfilerAgent
fn clone(&self) -> NullProfilerAgent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NullProfilerAgent
impl Debug for NullProfilerAgent
source§impl Default for NullProfilerAgent
impl Default for NullProfilerAgent
source§fn default() -> NullProfilerAgent
fn default() -> NullProfilerAgent
Returns the “default value” for a type. Read more
source§impl ProfilingAgent for NullProfilerAgent
impl ProfilingAgent for NullProfilerAgent
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