#include <v8-profiler.h>
AllocationProfile is a sampled profile of allocations done by the program. This is structured as a call-graph.
Definition at line 715 of file v8-profiler.h.
◆ ~AllocationProfile()
virtual v8::AllocationProfile::~AllocationProfile |
( |
| ) |
|
|
virtualdefault |
◆ GetRootNode()
virtual Node * v8::AllocationProfile::GetRootNode |
( |
| ) |
|
|
pure virtual |
◆ GetSamples()
virtual const std::vector< Sample > & v8::AllocationProfile::GetSamples |
( |
| ) |
|
|
pure virtual |
◆ kNoColumnNumberInfo
◆ kNoLineNumberInfo
const int v8::AllocationProfile::kNoLineNumberInfo = Message::kNoLineNumberInfo |
|
static |
The documentation for this class was generated from the following file: