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

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

Issue 1952393002: Split TickSample and Sampler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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
Index: src/profiler/cpu-profiler.h
diff --git a/src/profiler/cpu-profiler.h b/src/profiler/cpu-profiler.h
index fb80c268b55a935ac531c86ec851aeb8b40784b0..7fa84e8113ce6d0492bb7998e1c03e77ffc39bcc 100644
--- a/src/profiler/cpu-profiler.h
+++ b/src/profiler/cpu-profiler.h
@@ -13,6 +13,7 @@
#include "src/locked-queue.h"
#include "src/profiler/circular-queue.h"
#include "src/profiler/sampler.h"
+#include "src/profiler/tick-sample.h"
namespace v8 {
namespace internal {
« no previous file with comments | « BUILD.gn ('k') | src/profiler/profile-generator.cc » ('j') | src/profiler/sampler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698