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: u32jit_bytes: u32jit_time: u32jit_failures: u32exceptions_thrown: u32exceptions_filters: u32exceptions_finallys: u32exceptions_depth: u32aspnet_requests_queued: u32aspnet_requests: u32gc_collections0: u32gc_collections1: u32gc_collections2: u32gc_promotions0: u32gc_promotions1: u32gc_promotion_finalizers: u32gc_gen0size: u32gc_gen1size: u32gc_gen2size: u32gc_lossize: u32gc_fin_survivors: u32gc_num_handles: u32gc_allocated: u32gc_induced: u32gc_time: u32gc_total_bytes: u32gc_committed_bytes: u32gc_reserved_bytes: u32gc_num_pinned: u32gc_sync_blocks: u32remoting_calls: u32remoting_channels: u32remoting_proxies: u32remoting_classes: u32remoting_objects: u32remoting_contexts: u32loader_classes: u32loader_total_classes: u32loader_appdomains: u32loader_total_appdomains: u32loader_assemblies: u32loader_total_assemblies: u32loader_failures: u32loader_bytes: u32loader_appdomains_uloaded: u32thread_contentions: u32thread_queue_len: u32thread_queue_max: u32thread_num_logical: u32thread_num_physical: u32thread_cur_recognized: u32thread_num_recognized: u32interop_num_ccw: u32interop_num_stubs: u32interop_num_marshals: u32security_num_checks: u32security_num_link_checks: u32security_time: u32security_depth: u32unused: u32threadpool_workitems: u64threadpool_ioworkitems: u64threadpool_threads: c_uintthreadpool_iothreads: c_uintTrait 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