V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
v8::AllocationProfile::Node * | GetRootNode () 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 |
Definition at line 26 of file sampling-heap-profiler.h.
|
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.