v8
3.11.10 (node 0.8.28)
V8 is Google's open source JavaScript engine
|
#include <v8-profiler.h>
Public Member Functions | |
unsigned | GetUid () const |
Handle< String > | GetTitle () const |
const CpuProfileNode * | GetBottomUpRoot () const |
const CpuProfileNode * | GetTopDownRoot () const |
void | Delete () |
CpuProfile contains a CPU profile in a form of two call trees:
Definition at line 122 of file v8-profiler.h.
void Delete | ( | ) |
Deletes the profile and removes it from CpuProfiler's list. All pointers to nodes previously returned become invalid. Profiles with the same uid but obtained using different security token are not deleted, but become inaccessible using FindProfile method. It is embedder's responsibility to call Delete on these profiles.
const CpuProfileNode* GetBottomUpRoot | ( | ) | const |
Returns the root node of the bottom up call tree.
const CpuProfileNode* GetTopDownRoot | ( | ) | const |
Returns the root node of the top down call tree.
unsigned GetUid | ( | ) | const |
Returns CPU profile UID (assigned by the profiler.)