| Index: test/cctest/test-cpu-profiler.cc
|
| ===================================================================
|
| --- test/cctest/test-cpu-profiler.cc (revision 10404)
|
| +++ test/cctest/test-cpu-profiler.cc (working copy)
|
| @@ -216,7 +216,7 @@
|
| TEST(CrashIfStoppingLastNonExistentProfile) {
|
| InitializeVM();
|
| TestSetup test_setup;
|
| - CpuProfiler::Setup();
|
| + CpuProfiler::SetUp();
|
| CpuProfiler::StartProfiling("1");
|
| CpuProfiler::StopProfiling("2");
|
| CpuProfiler::StartProfiling("1");
|
| @@ -268,7 +268,7 @@
|
| TEST(DeleteAllCpuProfiles) {
|
| InitializeVM();
|
| TestSetup test_setup;
|
| - CpuProfiler::Setup();
|
| + CpuProfiler::SetUp();
|
| CHECK_EQ(0, CpuProfiler::GetProfilesCount());
|
| CpuProfiler::DeleteAllProfiles();
|
| CHECK_EQ(0, CpuProfiler::GetProfilesCount());
|
|
|