Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: src/profiler/cpu-profiler.cc

Issue 1356223004: Move heap and CPU profilers into a dedicated directory. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebaseline Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/profiler/cpu-profiler.h ('k') | src/profiler/cpu-profiler-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profiler/cpu-profiler.cc
diff --git a/src/cpu-profiler.cc b/src/profiler/cpu-profiler.cc
similarity index 99%
rename from src/cpu-profiler.cc
rename to src/profiler/cpu-profiler.cc
index 19d61e36e1c27760322ad952148fe0c385d34b60..c4216ed47859a5f24833ab6dc1824860cb00dea5 100644
--- a/src/cpu-profiler.cc
+++ b/src/profiler/cpu-profiler.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/cpu-profiler.h"
+#include "src/profiler/cpu-profiler.h"
#include "src/compiler.h"
-#include "src/cpu-profiler-inl.h"
#include "src/deoptimizer.h"
#include "src/frames-inl.h"
#include "src/hashmap.h"
#include "src/log-inl.h"
+#include "src/profiler/cpu-profiler-inl.h"
#include "src/vm-state-inl.h"
#include "include/v8-profiler.h"
« no previous file with comments | « src/profiler/cpu-profiler.h ('k') | src/profiler/cpu-profiler-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698