V8 API Reference Guide generated from the header files
|
#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 |
A struct for exporting HeapStats data from V8, using "push" model. See HeapProfiler::GetHeapStats.