Struct libil2cpp::raw::Il2CppPerfCounters
source · [−]#[repr(C)]pub struct Il2CppPerfCounters {Show 64 fields
pub jit_methods: u32,
pub jit_bytes: u32,
pub jit_time: u32,
pub jit_failures: u32,
pub exceptions_thrown: u32,
pub exceptions_filters: u32,
pub exceptions_finallys: u32,
pub exceptions_depth: u32,
pub aspnet_requests_queued: u32,
pub aspnet_requests: u32,
pub gc_collections0: u32,
pub gc_collections1: u32,
pub gc_collections2: u32,
pub gc_promotions0: u32,
pub gc_promotions1: u32,
pub gc_promotion_finalizers: u32,
pub gc_gen0size: u32,
pub gc_gen1size: u32,
pub gc_gen2size: u32,
pub gc_lossize: u32,
pub gc_fin_survivors: u32,
pub gc_num_handles: u32,
pub gc_allocated: u32,
pub gc_induced: u32,
pub gc_time: u32,
pub gc_total_bytes: u32,
pub gc_committed_bytes: u32,
pub gc_reserved_bytes: u32,
pub gc_num_pinned: u32,
pub gc_sync_blocks: u32,
pub remoting_calls: u32,
pub remoting_channels: u32,
pub remoting_proxies: u32,
pub remoting_classes: u32,
pub remoting_objects: u32,
pub remoting_contexts: u32,
pub loader_classes: u32,
pub loader_total_classes: u32,
pub loader_appdomains: u32,
pub loader_total_appdomains: u32,
pub loader_assemblies: u32,
pub loader_total_assemblies: u32,
pub loader_failures: u32,
pub loader_bytes: u32,
pub loader_appdomains_uloaded: u32,
pub thread_contentions: u32,
pub thread_queue_len: u32,
pub thread_queue_max: u32,
pub thread_num_logical: u32,
pub thread_num_physical: u32,
pub thread_cur_recognized: u32,
pub thread_num_recognized: u32,
pub interop_num_ccw: u32,
pub interop_num_stubs: u32,
pub interop_num_marshals: u32,
pub security_num_checks: u32,
pub security_num_link_checks: u32,
pub security_time: u32,
pub security_depth: u32,
pub unused: u32,
pub threadpool_workitems: u64,
pub threadpool_ioworkitems: u64,
pub threadpool_threads: c_uint,
pub threadpool_iothreads: c_uint,
}
Fields
jit_methods: u32
jit_bytes: u32
jit_time: u32
jit_failures: u32
exceptions_thrown: u32
exceptions_filters: u32
exceptions_finallys: u32
exceptions_depth: u32
aspnet_requests_queued: u32
aspnet_requests: u32
gc_collections0: u32
gc_collections1: u32
gc_collections2: u32
gc_promotions0: u32
gc_promotions1: u32
gc_promotion_finalizers: u32
gc_gen0size: u32
gc_gen1size: u32
gc_gen2size: u32
gc_lossize: u32
gc_fin_survivors: u32
gc_num_handles: u32
gc_allocated: u32
gc_induced: u32
gc_time: u32
gc_total_bytes: u32
gc_committed_bytes: u32
gc_reserved_bytes: u32
gc_num_pinned: u32
gc_sync_blocks: u32
remoting_calls: u32
remoting_channels: u32
remoting_proxies: u32
remoting_classes: u32
remoting_objects: u32
remoting_contexts: u32
loader_classes: u32
loader_total_classes: u32
loader_appdomains: u32
loader_total_appdomains: u32
loader_assemblies: u32
loader_total_assemblies: u32
loader_failures: u32
loader_bytes: u32
loader_appdomains_uloaded: u32
thread_contentions: u32
thread_queue_len: u32
thread_queue_max: u32
thread_num_logical: u32
thread_num_physical: u32
thread_cur_recognized: u32
thread_num_recognized: u32
interop_num_ccw: u32
interop_num_stubs: u32
interop_num_marshals: u32
security_num_checks: u32
security_num_link_checks: u32
security_time: u32
security_depth: u32
unused: u32
threadpool_workitems: u64
threadpool_ioworkitems: u64
threadpool_threads: c_uint
threadpool_iothreads: c_uint
Trait Implementations
sourceimpl Clone for Il2CppPerfCounters
impl Clone for Il2CppPerfCounters
sourcefn clone(&self) -> Il2CppPerfCounters
fn clone(&self) -> Il2CppPerfCounters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Il2CppPerfCounters
impl Debug for Il2CppPerfCounters
impl Copy for Il2CppPerfCounters
Auto Trait Implementations
impl RefUnwindSafe for Il2CppPerfCounters
impl Send for Il2CppPerfCounters
impl Sync for Il2CppPerfCounters
impl Unpin for Il2CppPerfCounters
impl UnwindSafe for Il2CppPerfCounters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more