v8 10.2.154 (node 18.16.0)
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 1096 of file v8-profiler.h.

Constructor & Destructor Documentation

◆ HeapStatsUpdate()

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

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

Field Documentation

◆ count

uint32_t count

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

◆ index

uint32_t index

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

◆ size

uint32_t size

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


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