v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-profiler.h>
Data Fields | |
uint32_t | node_id |
size_t | size |
unsigned int | count |
uint64_t | sample_id |
Represent a single sample recorded for an allocation.
Definition at line 699 of file v8-profiler.h.
unsigned int count |
The number of objects of such size that were sampled.
Definition at line 713 of file v8-profiler.h.
uint32_t node_id |
id of the node in the profile tree.
Definition at line 703 of file v8-profiler.h.
uint64_t sample_id |
Unique time-ordered id of the allocation sample. Can be used to track what samples were added or removed between two snapshots.
Definition at line 719 of file v8-profiler.h.
size_t size |
Size of the sampled allocation object.
Definition at line 708 of file v8-profiler.h.