v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test-profile-generator.cc File Reference
#include "v8.h"
#include "profile-generator-inl.h"
#include "cctest.h"
#include "../include/v8-profiler.h"
Include dependency graph for test-profile-generator.cc:

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)
 

Function Documentation

TEST ( ProfileNodeFindOrAddChild  )

Definition at line 62 of file test-profile-generator.cc.

References CHECK_EQ, CHECK_NE, and NULL.

TEST ( ProfileNodeFindOrAddChildForSameFunction  )

Definition at line 88 of file test-profile-generator.cc.

References CHECK_EQ, CHECK_NE, and NULL.

TEST ( ProfileTreeAddPathFromStart  )

Definition at line 137 of file test-profile-generator.cc.

References CHECK_EQ, CHECK_NE, and NULL.

TEST ( ProfileTreeAddPathFromEnd  )

Definition at line 207 of file test-profile-generator.cc.

References CHECK_EQ, CHECK_NE, and NULL.

TEST ( ProfileTreeCalculateTotalTicks  )

Definition at line 277 of file test-profile-generator.cc.

References CHECK_EQ, CHECK_NE, and NULL.

TEST ( ProfileTreeFilteredClone  )

Definition at line 405 of file test-profile-generator.cc.

References CHECK_EQ, CHECK_NE, and NULL.

TEST ( CodeMapAddCode  )

Definition at line 508 of file test-profile-generator.cc.

References CHECK_EQ, and NULL.

TEST ( CodeMapMoveAndDeleteCode  )

Definition at line 542 of file test-profile-generator.cc.

References CHECK_EQ, and NULL.

TEST ( RecordTickSample  )

Definition at line 582 of file test-profile-generator.cc.

References CHECK_EQ, CHECK_NE, and NULL.

TEST ( SampleRateCalculator  )

Definition at line 641 of file test-profile-generator.cc.

References CHECK_EQ, and Logger::kSamplingIntervalMs.

TEST ( RecordStackTraceAtStartProfiling  )
TEST ( Issue51919  )