V8 Project
|
A struct for exporting HeapStats data from V8, using "push" model. More...
#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 599 of file v8-profiler.h.
Definition at line 600 of file v8-profiler.h.
uint32_t v8::HeapStatsUpdate::count |
Definition at line 603 of file v8-profiler.h.
uint32_t v8::HeapStatsUpdate::index |
Definition at line 602 of file v8-profiler.h.
uint32_t v8::HeapStatsUpdate::size |
Definition at line 604 of file v8-profiler.h.