v8  9.4.146 (node 16.15.0)
V8 is Google's open source JavaScript engine
HeapStatsUpdate Struct Reference

#include <v8-profiler.h>

Public Member Functions

 HeapStatsUpdate (uint32_t index, uint32_t count, uint32_t size)
 

Data Fields

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 1017 of file v8-profiler.h.

Constructor & Destructor Documentation

◆ HeapStatsUpdate()

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

Field Documentation

◆ count

uint32_t count

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

Referenced by HeapStatsUpdate::HeapStatsUpdate().

◆ index

uint32_t index

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

Referenced by HeapStatsUpdate::HeapStatsUpdate().

◆ size

uint32_t size

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

Referenced by HeapStatsUpdate::HeapStatsUpdate().


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