Struct mozjs::jsapi::MemProfiler
[−]
[src]
#[repr(C)]pub struct MemProfiler { pub mGCHeapProfiler: *mut GCHeapProfiler, pub mRuntime: *mut JSRuntime, }
Fields
mGCHeapProfiler: *mut GCHeapProfiler
mRuntime: *mut JSRuntime
Methods
impl MemProfiler
[src]
pub unsafe fn start(&mut self, aGCHeapProfiler: *mut GCHeapProfiler)
[src]
pub unsafe fn stop(&mut self)
[src]
pub unsafe fn GetMemProfiler(runtime: *mut JSRuntime) -> *mut MemProfiler
[src]
Trait Implementations
impl Debug for MemProfiler
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more