Struct wasmtime_profiling::NullProfilerAgent [−][src]
pub struct NullProfilerAgent;
Default agent for unsupported profiling build.
Trait Implementations
impl Clone for NullProfilerAgent[src]
impl Clone for NullProfilerAgent[src]fn clone(&self) -> NullProfilerAgent[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for NullProfilerAgent[src]
impl Default for NullProfilerAgent[src]fn default() -> NullProfilerAgent[src]
impl ProfilingAgent for NullProfilerAgent[src]
impl ProfilingAgent for NullProfilerAgent[src]fn module_load(
&self,
_module: &Module,
_functions: &PrimaryMap<DefinedFuncIndex, *mut [VMFunctionBody]>,
_dbg_image: Option<&[u8]>
)[src]
&self,
_module: &Module,
_functions: &PrimaryMap<DefinedFuncIndex, *mut [VMFunctionBody]>,
_dbg_image: Option<&[u8]>
)