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

Unified Diff: src/profiler/sampler.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/sampler.h ('k') | src/profiler/unbound-queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profiler/sampler.cc
diff --git a/src/sampler.cc b/src/profiler/sampler.cc
similarity index 99%
rename from src/sampler.cc
rename to src/profiler/sampler.cc
index 88e429b9fba56e97bcaa6f74175e4359880cfff4..8f01e4f17b110f994037b5d1376b79e933cb9dd9 100644
--- a/src/sampler.cc
+++ b/src/profiler/sampler.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/sampler.h"
+#include "src/profiler/sampler.h"
#if V8_OS_POSIX && !V8_OS_CYGWIN
@@ -43,10 +43,10 @@
#endif
#include "src/base/platform/platform.h"
-#include "src/cpu-profiler-inl.h"
#include "src/flags.h"
#include "src/frames-inl.h"
#include "src/log.h"
+#include "src/profiler/cpu-profiler-inl.h"
#include "src/simulator.h"
#include "src/v8threads.h"
#include "src/vm-state-inl.h"
« no previous file with comments | « src/profiler/sampler.h ('k') | src/profiler/unbound-queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698