![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-profiler.h>
Public Attributes | |
size_t | size |
unsigned int | count |
Definition at line 717 of file v8-profiler.h.
unsigned int v8::AllocationProfile::Allocation::count |
The number of objects of such size that were sampled.
Definition at line 726 of file v8-profiler.h.
size_t v8::AllocationProfile::Allocation::size |
Size of the sampled allocation object.
Definition at line 721 of file v8-profiler.h.