v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <profile-generator.h>
Public Member Functions | |
ProfileGenerator (CpuProfilesCollection *profiles) | |
INLINE (CodeEntry *NewCodeEntry(Logger::LogEventsAndTags tag, String *name, String *resource_name, int line_number)) | |
INLINE (CodeEntry *NewCodeEntry(Logger::LogEventsAndTags tag, const char *name)) | |
INLINE (CodeEntry *NewCodeEntry(Logger::LogEventsAndTags tag, const char *name_prefix, String *name)) | |
INLINE (CodeEntry *NewCodeEntry(Logger::LogEventsAndTags tag, int args_count)) | |
INLINE (CodeEntry *NewCodeEntry(int security_token_id)) | |
void | RecordTickSample (const TickSample &sample) |
INLINE (CodeMap *code_map()) | |
INLINE (void Tick()) | |
INLINE (double actual_sampling_rate()) | |
Static Public Attributes | |
static const char *const | kAnonymousFunctionName |
static const char *const | kProgramEntryName |
static const char *const | kGarbageCollectorEntryName |
Definition at line 392 of file profile-generator.h.
|
explicit |
Definition at line 881 of file profile-generator.cc.
|
inline |
Definition at line 396 of file profile-generator.h.
References CpuProfilesCollection::NewCodeEntry().
|
inline |
Definition at line 403 of file profile-generator.h.
References CpuProfilesCollection::NewCodeEntry().
|
inline |
Definition at line 408 of file profile-generator.h.
References CpuProfilesCollection::NewCodeEntry().
|
inline |
Definition at line 414 of file profile-generator.h.
References CpuProfilesCollection::NewCodeEntry().
|
inline |
Definition at line 419 of file profile-generator.h.
References CpuProfilesCollection::NewCodeEntry().
|
inline |
Definition at line 425 of file profile-generator.h.
|
inline |
Definition at line 427 of file profile-generator.h.
References SampleRateCalculator::Tick().
|
inline |
Definition at line 428 of file profile-generator.h.
References SampleRateCalculator::ticks_per_ms().
void RecordTickSample | ( | const TickSample & | sample | ) |
Definition at line 891 of file profile-generator.cc.
References CpuProfilesCollection::AddPathToCurrentProfiles(), TickSample::external_callback, CodeMap::FindEntry(), TickSample::frames_count, TickSample::has_external_callback, Vector< T >::length(), v8::internal::NULL, TickSample::pc, TickSample::stack, Vector< T >::start(), TickSample::state, and TickSample::tos.
|
static |
Definition at line 432 of file profile-generator.h.
Referenced by StringsStorage::GetFunctionName().
|
static |
Definition at line 434 of file profile-generator.h.
|
static |
Definition at line 433 of file profile-generator.h.