V8 Project
v8::HeapStatsUpdate Struct Reference

A struct for exporting HeapStats data from V8, using "push" model. More...

#include <v8-profiler.h>

+ Collaboration diagram for v8::HeapStatsUpdate:

Public Member Functions

 HeapStatsUpdate (uint32_t index, uint32_t count, uint32_t size)
 

Public Attributes

uint32_t index
 
uint32_t count
 
uint32_t size
 

Detailed Description

A struct for exporting HeapStats data from V8, using "push" model.

See HeapProfiler::GetHeapStats.

Definition at line 599 of file v8-profiler.h.

Constructor & Destructor Documentation

◆ HeapStatsUpdate()

v8::HeapStatsUpdate::HeapStatsUpdate ( uint32_t  index,
uint32_t  count,
uint32_t  size 
)
inline

Definition at line 600 of file v8-profiler.h.

601  : index(index), count(count), size(size) { }

Member Data Documentation

◆ count

uint32_t v8::HeapStatsUpdate::count

Definition at line 603 of file v8-profiler.h.

◆ index

uint32_t v8::HeapStatsUpdate::index

Definition at line 602 of file v8-profiler.h.

◆ size

uint32_t v8::HeapStatsUpdate::size

Definition at line 604 of file v8-profiler.h.


The documentation for this struct was generated from the following file: