|
typedef v8::CpuProfilingMode | ProfilingMode |
|
|
| ProfileTree (Isolate *isolate) |
|
ProfileNode * | AddPathFromEnd (const std::vector< CodeEntry *> &path, int src_line=v8::CpuProfileNode::kNoLineNumberInfo, bool update_stats=true) |
|
ProfileNode * | AddPathFromEnd (const ProfileStackTrace &path, int src_line=v8::CpuProfileNode::kNoLineNumberInfo, bool update_stats=true, ProfilingMode mode=ProfilingMode::kLeafNodeLineNumbers) |
|
ProfileNode * | root () const |
|
unsigned | next_node_id () |
|
unsigned | GetFunctionId (const ProfileNode *node) |
|
void | Print () |
|
Isolate * | isolate () const |
|
void | EnqueueNode (const ProfileNode *node) |
|
size_t | pending_nodes_count () const |
|
std::vector< const ProfileNode * > | TakePendingNodes () |
|
Definition at line 267 of file profile-generator.h.
The documentation for this class was generated from the following files: