Struct cdp::heap_profiler::LastSeenObjectIdEvent [] [src]

pub struct LastSeenObjectIdEvent {
    pub last_seen_object_id: i32,
    pub timestamp: f64,
}

[Experimental] If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.

Event HeapProfiler.lastSeenObjectId

Domain Module: cdp::heap_profiler
Event Struct: cdp::heap_profiler::LastSeenObjectIdEvent

Fields

Trait Implementations

impl Clone for LastSeenObjectIdEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LastSeenObjectIdEvent
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LastSeenObjectIdEvent
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl CdpEvent for LastSeenObjectIdEvent
[src]

EVENT_NAME: &'static str = "HeapProfiler.lastSeenObjectId"

impl SerializeCdpEvent for LastSeenObjectIdEvent
[src]

[src]

[src]

impl<'de> DeserializeCdpEvent<'de> for LastSeenObjectIdEvent
[src]

[src]