#include <v8-profiler.h>
|
static const int | kNoLineNumberInfo = Message::kNoLineNumberInfo |
|
static const int | kNoColumnNumberInfo = Message::kNoColumnInfo |
|
AllocationProfile is a sampled profile of allocations done by the program. This is structured as a call-graph.
◆ GetRootNode()
virtual Node* v8::AllocationProfile::GetRootNode |
( |
| ) |
|
|
pure virtual |
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.
The documentation for this class was generated from the following file: