v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#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.
Definition at line 610 of file v8-profiler.h.
|
inline |
Definition at line 611 of file v8-profiler.h.
uint32_t count |
Definition at line 614 of file v8-profiler.h.
uint32_t index |
Definition at line 613 of file v8-profiler.h.
uint32_t size |
Definition at line 615 of file v8-profiler.h.