pub struct MemoryUsage {Show 27 fields
pub realm_ct: usize,
pub malloc_size: i64,
pub malloc_limit: i64,
pub memory_used_size: i64,
pub malloc_count: i64,
pub memory_used_count: i64,
pub atom_count: i64,
pub atom_size: i64,
pub str_count: i64,
pub str_size: i64,
pub obj_count: i64,
pub obj_size: i64,
pub prop_count: i64,
pub prop_size: i64,
pub shape_count: i64,
pub shape_size: i64,
pub js_func_count: i64,
pub js_func_size: i64,
pub js_func_code_size: i64,
pub js_func_pc2line_count: i64,
pub js_func_pc2line_size: i64,
pub c_func_count: i64,
pub array_count: i64,
pub fast_array_count: i64,
pub fast_array_elements: i64,
pub binary_object_count: i64,
pub binary_object_size: i64,
}Fields§
§realm_ct: usize§malloc_size: i64§malloc_limit: i64§memory_used_size: i64§malloc_count: i64§memory_used_count: i64§atom_count: i64§atom_size: i64§str_count: i64§str_size: i64§obj_count: i64§obj_size: i64§prop_count: i64§prop_size: i64§shape_count: i64§shape_size: i64§js_func_count: i64§js_func_size: i64§js_func_code_size: i64§js_func_pc2line_count: i64§js_func_pc2line_size: i64§c_func_count: i64§array_count: i64§fast_array_count: i64§fast_array_elements: i64§binary_object_count: i64§binary_object_size: i64Trait Implementations§
source§impl Debug for MemoryUsage
impl Debug for MemoryUsage
Auto Trait Implementations§
impl RefUnwindSafe for MemoryUsage
impl Send for MemoryUsage
impl Sync for MemoryUsage
impl Unpin for MemoryUsage
impl UnwindSafe for MemoryUsage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more