![]() |
v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include "v8.h"#include "profile-generator-inl.h"#include "cctest.h"#include "../include/v8-profiler.h"
Go to the source code of this file.
Data Structures | |
| class | TokenEnumeratorTester |
| class | ProfilerExtension |
Namespaces | |
| v8 | |
| v8::internal | |
Functions | |
| TEST (TokenEnumerator) | |
| TEST (ProfileNodeFindOrAddChild) | |
| TEST (ProfileNodeFindOrAddChildForSameFunction) | |
| TEST (ProfileTreeAddPathFromStart) | |
| TEST (ProfileTreeAddPathFromEnd) | |
| TEST (ProfileTreeCalculateTotalTicks) | |
| TEST (ProfileTreeFilteredClone) | |
| TEST (CodeMapAddCode) | |
| TEST (CodeMapMoveAndDeleteCode) | |
| TEST (RecordTickSample) | |
| TEST (SampleRateCalculator) | |
| TEST (RecordStackTraceAtStartProfiling) | |
| TEST (Issue51919) | |
| TEST | ( | TokenEnumerator | ) |
Definition at line 36 of file test-profile-generator.cc.
References CHECK, CHECK_EQ, HEAP, v8::internal::hs, Heap::kNoGCFlags, String::New(), NULL, Utils::OpenHandle(), and TokenEnumeratorTester::token_removed().
| TEST | ( | ProfileNodeFindOrAddChild | ) |
Definition at line 62 of file test-profile-generator.cc.
| TEST | ( | ProfileNodeFindOrAddChildForSameFunction | ) |
Definition at line 88 of file test-profile-generator.cc.
| TEST | ( | ProfileTreeAddPathFromStart | ) |
Definition at line 137 of file test-profile-generator.cc.
| TEST | ( | ProfileTreeAddPathFromEnd | ) |
Definition at line 207 of file test-profile-generator.cc.
| TEST | ( | ProfileTreeCalculateTotalTicks | ) |
Definition at line 277 of file test-profile-generator.cc.
| TEST | ( | ProfileTreeFilteredClone | ) |
Definition at line 405 of file test-profile-generator.cc.
| TEST | ( | CodeMapAddCode | ) |
Definition at line 508 of file test-profile-generator.cc.
| TEST | ( | CodeMapMoveAndDeleteCode | ) |
Definition at line 542 of file test-profile-generator.cc.
| TEST | ( | RecordTickSample | ) |
Definition at line 582 of file test-profile-generator.cc.
| TEST | ( | SampleRateCalculator | ) |
Definition at line 641 of file test-profile-generator.cc.
References CHECK_EQ, and Logger::kSamplingIntervalMs.
| TEST | ( | RecordStackTraceAtStartProfiling | ) |
Definition at line 756 of file test-profile-generator.cc.
References CHECK, CHECK_EQ, CHECK_NE, Handle< T >::IsEmpty(), Context::New(), NULL, and Print().
| TEST | ( | Issue51919 | ) |
Definition at line 809 of file test-profile-generator.cc.
References CHECK, v8::internal::DeleteArray(), Vector< T >::New(), OS::SNPrintF(), and Vector< T >::start().