v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
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 1200 of file v8-profiler.h.

Constructor & Destructor Documentation

◆ HeapStatsUpdate()

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

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

Field Documentation

◆ count

uint32_t count

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

◆ index

uint32_t index

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

◆ size

uint32_t size

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


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