V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::SamplingHeapProfiler::AllocationNode Class Reference

Public Types

typedef uint64_t FunctionId
 

Public Member Functions

 AllocationNode (AllocationNode *parent, const char *name, int script_id, int start_position, uint32_t id)
 
AllocationNodeFindChildNode (FunctionId id)
 
AllocationNodeAddChildNode (FunctionId id, std::unique_ptr< AllocationNode > node)
 

Static Public Member Functions

static FunctionId function_id (int script_id, int start_position, const char *name)
 

Friends

class SamplingHeapProfiler
 

Detailed Description

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


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