#include <sampling-heap-profiler.h>
Definition at line 48 of file sampling-heap-profiler.h.
◆ FunctionId
◆ AllocationNode() [1/2]
v8::internal::SamplingHeapProfiler::AllocationNode::AllocationNode |
( |
AllocationNode * | parent, |
|
|
const char * | name, |
|
|
int | script_id, |
|
|
int | start_position, |
|
|
uint32_t | id ) |
|
inline |
◆ AllocationNode() [2/2]
v8::internal::SamplingHeapProfiler::AllocationNode::AllocationNode |
( |
const AllocationNode & | | ) |
|
|
delete |
◆ AddChildNode()
◆ FindChildNode()
◆ function_id()
static FunctionId v8::internal::SamplingHeapProfiler::AllocationNode::function_id |
( |
int | script_id, |
|
|
int | start_position, |
|
|
const char * | name ) |
|
inlinestatic |
◆ operator=()
◆ SamplingHeapProfiler
◆ allocations_
std::map<size_t, unsigned int> v8::internal::SamplingHeapProfiler::AllocationNode::allocations_ |
|
private |
◆ children_
◆ id_
uint32_t v8::internal::SamplingHeapProfiler::AllocationNode::id_ |
|
private |
◆ name_
const char* const v8::internal::SamplingHeapProfiler::AllocationNode::name_ |
|
private |
◆ parent_
AllocationNode* const v8::internal::SamplingHeapProfiler::AllocationNode::parent_ |
|
private |
◆ pinned_
bool v8::internal::SamplingHeapProfiler::AllocationNode::pinned_ = false |
|
private |
◆ script_id_
const int v8::internal::SamplingHeapProfiler::AllocationNode::script_id_ |
|
private |
◆ script_position_
const int v8::internal::SamplingHeapProfiler::AllocationNode::script_position_ |
|
private |
The documentation for this class was generated from the following file: