v8
6.8.275 (node 10.15.3)
V8 is Google's open source JavaScript engine
|
#include <v8-profiler.h>
Data Structures | |
struct | Allocation |
struct | Node |
Public Member Functions | |
virtual Node * | GetRootNode ()=0 |
virtual | ~AllocationProfile () |
Static Public Attributes | |
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.
Definition at line 556 of file v8-profiler.h.
|
inlinevirtual |
Definition at line 629 of file v8-profiler.h.
|
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.
|
static |
Definition at line 632 of file v8-profiler.h.
|
static |
Definition at line 631 of file v8-profiler.h.