Loading...
Searching...
No Matches
Public Attributes | List of all members
v8::AllocationProfile::Sample Struct Reference

#include <v8-profiler.h>

Public Attributes

uint32_t node_id
 
size_t size
 
unsigned int count
 
uint64_t sample_id
 

Detailed Description

Represent a single sample recorded for an allocation.

Member Data Documentation

◆ count

unsigned int v8::AllocationProfile::Sample::count

The number of objects of such size that were sampled.

◆ node_id

uint32_t v8::AllocationProfile::Sample::node_id

id of the node in the profile tree.

◆ sample_id

uint64_t v8::AllocationProfile::Sample::sample_id

Unique time-ordered id of the allocation sample. Can be used to track what samples were added or removed between two snapshots.

◆ size

size_t v8::AllocationProfile::Sample::size

Size of the sampled allocation object.


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