V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::AllocationProfile Class Reference
Inheritance diagram for v8::internal::AllocationProfile:
v8::AllocationProfile

Public Member Functions

v8::AllocationProfile::NodeGetRootNode () override
 
const std::vector< v8::AllocationProfile::Sample > & GetSamples () override
 

Friends

class SamplingHeapProfiler
 

Additional Inherited Members

- Static Public Attributes inherited from v8::AllocationProfile
static const int kNoLineNumberInfo = Message::kNoLineNumberInfo
 
static const int kNoColumnNumberInfo = Message::kNoColumnInfo
 

Detailed Description

Definition at line 26 of file sampling-heap-profiler.h.

Member Function Documentation

◆ GetRootNode()

v8::AllocationProfile::Node* v8::internal::AllocationProfile::GetRootNode ( )
inlineoverridevirtual

Returns the root node of the call-graph. The root node corresponds to an empty JS call-stack. The lifetime of the returned Node* is scoped to the containing AllocationProfile.

Implements v8::AllocationProfile.

Definition at line 30 of file sampling-heap-profiler.h.


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