![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-profiler.h>
Public Member Functions | |
HeapStatsUpdate (uint32_t index, uint32_t count, uint32_t size) | |
Public Attributes | |
uint32_t | index |
uint32_t | count |
uint32_t | size |
A struct for exporting HeapStats data from V8, using "push" model. See HeapProfiler::GetHeapStats.
Definition at line 1249 of file v8-profiler.h.
|
inline |
Definition at line 1250 of file v8-profiler.h.
uint32_t v8::HeapStatsUpdate::count |
Definition at line 1253 of file v8-profiler.h.
uint32_t v8::HeapStatsUpdate::index |
Definition at line 1252 of file v8-profiler.h.
uint32_t v8::HeapStatsUpdate::size |
Definition at line 1254 of file v8-profiler.h.