v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ProfileTree Class Reference

#include <profile-generator.h>

Public Member Functions

 ProfileTree ()
 
 ~ProfileTree ()
 
ProfileNodeAddPathFromEnd (const Vector< CodeEntry * > &path)
 
void AddPathFromStart (const Vector< CodeEntry * > &path)
 
ProfileNoderoot () const
 
unsigned next_node_id ()
 
void Print ()
 

Detailed Description

Definition at line 171 of file profile-generator.h.

Constructor & Destructor Documentation

Definition at line 265 of file profile-generator.cc.

Definition at line 272 of file profile-generator.cc.

Member Function Documentation

unsigned next_node_id ( )
inline

Definition at line 179 of file profile-generator.h.

void Print ( )
inline

Definition at line 181 of file profile-generator.h.

References ProfileNode::Print().

Referenced by CpuProfile::Print().

ProfileNode* root ( ) const
inline

Definition at line 178 of file profile-generator.h.

Referenced by CpuProfile::GetTopDownRoot().


The documentation for this class was generated from the following files: