v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <profile-generator.h>
Public Member Functions | |
CpuProfile (const char *title, unsigned uid) | |
void | AddPath (const Vector< CodeEntry * > &path) |
void | CalculateTotalTicks () |
void | SetActualSamplingRate (double actual_sampling_rate) |
CpuProfile * | FilteredClone (int security_token_id) |
INLINE (const char *title() const) | |
INLINE (unsigned uid() const) | |
INLINE (const ProfileTree *top_down() const) | |
INLINE (const ProfileTree *bottom_up() const) | |
void | UpdateTicksScale () |
void | ShortPrint () |
void | Print () |
Definition at line 210 of file profile-generator.h.
|
inline |
Definition at line 212 of file profile-generator.h.
Referenced by CpuProfile::FilteredClone().
Definition at line 464 of file profile-generator.cc.
References ProfileTree::AddPathFromEnd(), and ProfileTree::AddPathFromStart().
void CalculateTotalTicks | ( | ) |
Definition at line 470 of file profile-generator.cc.
References ProfileTree::CalculateTotalTicks().
Referenced by CpuProfilesCollection::StopProfiling().
CpuProfile * FilteredClone | ( | int | security_token_id | ) |
Definition at line 482 of file profile-generator.cc.
References ASSERT, CpuProfile::CpuProfile(), ProfileTree::FilteredClone(), and TokenEnumerator::kNoSecurityToken.
|
inline |
Definition at line 221 of file profile-generator.h.
|
inline |
Definition at line 222 of file profile-generator.h.
|
inline |
Definition at line 223 of file profile-generator.h.
|
inline |
Definition at line 224 of file profile-generator.h.
void Print | ( | ) |
Definition at line 499 of file profile-generator.cc.
References OS::Print(), and ProfileTree::Print().
void SetActualSamplingRate | ( | double | actual_sampling_rate | ) |
Definition at line 476 of file profile-generator.cc.
References ProfileTree::SetTickRatePerMs().
Referenced by CpuProfilesCollection::StopProfiling().
void ShortPrint | ( | ) |
Definition at line 491 of file profile-generator.cc.
References OS::Print(), and ProfileTree::ShortPrint().
void UpdateTicksScale | ( | ) |