v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <profile-generator.h>
Public Member Functions | |
ProfileTree () | |
~ProfileTree () | |
ProfileNode * | AddPathFromEnd (const Vector< CodeEntry * > &path) |
void | AddPathFromStart (const Vector< CodeEntry * > &path) |
ProfileNode * | root () const |
unsigned | next_node_id () |
void | Print () |
Definition at line 171 of file profile-generator.h.
ProfileTree | ( | ) |
Definition at line 265 of file profile-generator.cc.
~ProfileTree | ( | ) |
Definition at line 272 of file profile-generator.cc.
ProfileNode * AddPathFromEnd | ( | const Vector< CodeEntry * > & | path | ) |
Definition at line 278 of file profile-generator.cc.
References ProfileNode::FindOrAddChild(), ProfileNode::IncrementSelfTicks(), Vector< T >::length(), v8::internal::NULL, and Vector< T >::start().
Referenced by CpuProfile::AddPath().
Definition at line 292 of file profile-generator.cc.
References ProfileNode::FindOrAddChild(), ProfileNode::IncrementSelfTicks(), Vector< T >::length(), v8::internal::NULL, and Vector< T >::start().
|
inline |
Definition at line 179 of file profile-generator.h.
|
inline |
Definition at line 181 of file profile-generator.h.
References ProfileNode::Print().
Referenced by CpuProfile::Print().
|
inline |
Definition at line 178 of file profile-generator.h.
Referenced by CpuProfile::GetTopDownRoot().