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

Unified Diff: src/profiler/cpu-profiler-inl.h

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.cc ('k') | src/profiler/heap-profiler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profiler/cpu-profiler-inl.h
diff --git a/src/cpu-profiler-inl.h b/src/profiler/cpu-profiler-inl.h
similarity index 85%
rename from src/cpu-profiler-inl.h
rename to src/profiler/cpu-profiler-inl.h
index 075f2854897dc8bffb2a53a9070ff5a1abfaee87..df727ae7cb85c490067472e0a808b875442d8481 100644
--- a/src/cpu-profiler-inl.h
+++ b/src/profiler/cpu-profiler-inl.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_CPU_PROFILER_INL_H_
-#define V8_CPU_PROFILER_INL_H_
+#ifndef V8_PROFILER_CPU_PROFILER_INL_H_
+#define V8_PROFILER_CPU_PROFILER_INL_H_
-#include "src/cpu-profiler.h"
+#include "src/profiler/cpu-profiler.h"
#include <new>
-#include "src/circular-queue-inl.h"
-#include "src/profile-generator-inl.h"
-#include "src/unbound-queue-inl.h"
+#include "src/profiler/circular-queue-inl.h"
+#include "src/profiler/profile-generator-inl.h"
+#include "src/profiler/unbound-queue-inl.h"
namespace v8 {
namespace internal {
@@ -76,4 +76,4 @@ void ProfilerEventsProcessor::FinishTickSample() {
} } // namespace v8::internal
-#endif // V8_CPU_PROFILER_INL_H_
+#endif // V8_PROFILER_CPU_PROFILER_INL_H_
« no previous file with comments | « src/profiler/cpu-profiler.cc ('k') | src/profiler/heap-profiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698