Struct cdp::heap_profiler::HeapStatsUpdateEvent [] [src]

pub struct HeapStatsUpdateEvent {
    pub stats_update: Vec<i32>,
}

[Experimental] If heap objects tracking has been started then backend may send update for one or more fragments

Event HeapProfiler.heapStatsUpdate

Domain Module: cdp::heap_profiler
Event Struct: cdp::heap_profiler::HeapStatsUpdateEvent

Fields

An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.

Trait Implementations

impl Clone for HeapStatsUpdateEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for HeapStatsUpdateEvent
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for HeapStatsUpdateEvent
[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 HeapStatsUpdateEvent
[src]

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

impl SerializeCdpEvent for HeapStatsUpdateEvent
[src]

[src]

[src]

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

[src]