V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#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 1039 of file v8-profiler.h.