Enum gdnative_visual_script::common::PerformanceMonitor [−][src]
#[repr(u32)]pub enum PerformanceMonitor { TimeFps, TimeProcess, TimePhysicsProcess, MemoryStatic, MemoryDynamic, MemoryStaticMax, MemoryDynamicMax, MemoryMessageBufferMax, ObjectCount, ObjectResourceCount, ObjectNodeCount, RenderObjectsInFrame, RenderVerticesInFrame, RenderMaterialChangesInFrame, RenderShaderChangesInFrame, RenderSurfaceChangesInFrame, RenderDrawCallsInFrame, RenderVideoMemUsed, RenderTextureMemUsed, RenderVertexMemUsed, RenderUsageVideoMemTotal, Physics2dActiveObjects, Physics2dCollisionPairs, Physics2dIslandCount, Physics3dActiveObjects, Physics3dCollisionPairs, Physics3dIslandCount, AudioOutputLatency, Max, }
Variants
TimeFps
TimeProcess
TimePhysicsProcess
MemoryStatic
MemoryDynamic
MemoryStaticMax
MemoryDynamicMax
MemoryMessageBufferMax
ObjectCount
ObjectResourceCount
ObjectNodeCount
RenderObjectsInFrame
RenderVerticesInFrame
RenderMaterialChangesInFrame
RenderShaderChangesInFrame
RenderSurfaceChangesInFrame
RenderDrawCallsInFrame
RenderVideoMemUsed
RenderTextureMemUsed
RenderVertexMemUsed
RenderUsageVideoMemTotal
Physics2dActiveObjects
Physics2dCollisionPairs
Physics2dIslandCount
Physics3dActiveObjects
Physics3dCollisionPairs
Physics3dIslandCount
AudioOutputLatency
Max
Trait Implementations
impl Hash for PerformanceMonitor
[src]
impl Hash for PerformanceMonitor
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for PerformanceMonitor
[src]
impl Clone for PerformanceMonitor
fn clone(&self) -> PerformanceMonitor
[src]
fn clone(&self) -> PerformanceMonitor
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for PerformanceMonitor
[src]
impl Debug for PerformanceMonitor
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for PerformanceMonitor
[src]
impl Copy for PerformanceMonitor
impl Eq for PerformanceMonitor
[src]
impl Eq for PerformanceMonitor
impl PartialEq<PerformanceMonitor> for PerformanceMonitor
[src]
impl PartialEq<PerformanceMonitor> for PerformanceMonitor
Auto Trait Implementations
impl Send for PerformanceMonitor
impl Send for PerformanceMonitor
impl Sync for PerformanceMonitor
impl Sync for PerformanceMonitor