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
ProfileNode Class Reference

#include <profile-generator.h>

Public Member Functions

 ProfileNode (ProfileTree *tree, CodeEntry *entry)
 
ProfileNodeFindChild (CodeEntry *entry)
 
ProfileNodeFindOrAddChild (CodeEntry *entry)
 
void IncrementSelfTicks ()
 
void IncreaseSelfTicks (unsigned amount)
 
CodeEntryentry () const
 
unsigned self_ticks () const
 
const List< ProfileNode * > * children () const
 
unsigned id () const
 
void Print (int indent)
 

Detailed Description

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

Constructor & Destructor Documentation

ProfileNode ( ProfileTree tree,
CodeEntry entry 
)
inline

Definition at line 65 of file profile-generator-inl.h.

Referenced by ProfileNode::FindOrAddChild().

Member Function Documentation

const List<ProfileNode*>* children ( ) const
inline

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

Referenced by Position::INLINE().

ProfileNode * FindChild ( CodeEntry entry)
unsigned id ( ) const
inline

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

Referenced by ProfileNode::Print().

void IncreaseSelfTicks ( unsigned  amount)
inline

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

void IncrementSelfTicks ( )
inline
unsigned self_ticks ( ) const
inline

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


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