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

Unified Diff: src/profiler/allocation-tracker.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/allocation-tracker.h ('k') | src/profiler/circular-queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profiler/allocation-tracker.cc
diff --git a/src/allocation-tracker.cc b/src/profiler/allocation-tracker.cc
similarity index 98%
rename from src/allocation-tracker.cc
rename to src/profiler/allocation-tracker.cc
index cc6d52258f3d69986b0e32865c5a31f5dc638057..942068ea0884637b5bc1b747a0d9b1b123a3077d 100644
--- a/src/allocation-tracker.cc
+++ b/src/profiler/allocation-tracker.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/allocation-tracker.h"
+#include "src/profiler/allocation-tracker.h"
#include "src/frames-inl.h"
-#include "src/heap-snapshot-generator-inl.h"
#include "src/objects-inl.h"
+#include "src/profiler/heap-snapshot-generator-inl.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/profiler/allocation-tracker.h ('k') | src/profiler/circular-queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698