v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <profile-generator.h>
Public Member Functions | |
CpuProfile (const char *title, bool record_samples) | |
void | AddPath (const Vector< CodeEntry * > &path) |
void | CalculateTotalTicksAndSamplingRate () |
const char * | title () const |
const ProfileTree * | top_down () const |
int | samples_count () const |
ProfileNode * | sample (int index) const |
Time | start_time () const |
Time | end_time () const |
void | UpdateTicksScale () |
void | Print () |
Definition at line 197 of file profile-generator.h.
CpuProfile | ( | const char * | title, |
bool | record_samples | ||
) |
Definition at line 355 of file profile-generator.cc.
Definition at line 363 of file profile-generator.cc.
References ProfileTree::AddPathFromEnd().
void CalculateTotalTicksAndSamplingRate | ( | ) |
Definition at line 369 of file profile-generator.cc.
Referenced by CpuProfilesCollection::StopProfiling().
|
inline |
Definition at line 212 of file profile-generator.h.
Referenced by CpuProfile::GetEndTime().
void Print | ( | ) |
Definition at line 374 of file profile-generator.cc.
References ProfileTree::Print(), and OS::Print().
Referenced by CpuProfiler::StopProfiling(), and TEST().
|
inline |
Definition at line 209 of file profile-generator.h.
Referenced by CpuProfile::GetSample().
|
inline |
Definition at line 208 of file profile-generator.h.
|
inline |
Definition at line 211 of file profile-generator.h.
Referenced by CpuProfile::GetStartTime().
|
inline |
Definition at line 205 of file profile-generator.h.
Referenced by CpuProfile::GetTitle().
|
inline |
Definition at line 206 of file profile-generator.h.
Referenced by CpuProfile::GetTopDownRoot().
void UpdateTicksScale | ( | ) |