Struct js::jsapi::PerformanceGroup [] [src]

#[repr(C)]
pub struct PerformanceGroup { pub _vftable: *const _vftable_PerformanceGroup, pub recentCycles_: u64, pub recentTicks_: u64, pub recentCPOW_: u64, pub iteration_: u64, pub isActive_: bool, pub isUsedInThisIteration_: bool, pub owner_: *const AutoStopwatch, pub refCount_: u64, }

Abstract base class for a representation of the performance of a component. Embeddings interested in performance monitoring should provide a concrete implementation of this class, as well as the relevant callbacks (see below).

Fields

Methods

impl PerformanceGroup
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for PerformanceGroup
[src]

[src]

Formats the value using the given formatter.

impl Copy for PerformanceGroup
[src]

impl Clone for PerformanceGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more