v8  8.4.371 (node 14.15.5)
V8 is Google's open source JavaScript engine
AllocationProfile::Sample Struct Reference

#include <v8-profiler.h>

Data Fields

uint32_t node_id
 
size_t size
 
unsigned int count
 
uint64_t sample_id
 

Detailed Description

Represent a single sample recorded for an allocation.

Definition at line 660 of file v8-profiler.h.

Field Documentation

◆ count

unsigned int count

The number of objects of such size that were sampled.

Definition at line 674 of file v8-profiler.h.

◆ node_id

uint32_t node_id

id of the node in the profile tree.

Definition at line 664 of file v8-profiler.h.

◆ sample_id

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 680 of file v8-profiler.h.

◆ size

size_t size

Size of the sampled allocation object.

Definition at line 669 of file v8-profiler.h.


The documentation for this struct was generated from the following file: