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

Unified Diff: BUILD.gn

Issue 2413243002: Introduce a CompilerDispatcherTracer and track how long jobs take (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | src/base/ring-buffer.h » ('j') | src/compiler-dispatcher/compiler-dispatcher-tracer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 2311ad70fb6099b7090181e15f580682ac1b156a..27c4f3da205a30ab5b963428f14a54b0e8d8314d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -981,6 +981,8 @@ v8_source_set("v8_base") {
"src/compilation-statistics.h",
"src/compiler-dispatcher/compiler-dispatcher-job.cc",
"src/compiler-dispatcher/compiler-dispatcher-job.h",
+ "src/compiler-dispatcher/compiler-dispatcher-tracer.cc",
+ "src/compiler-dispatcher/compiler-dispatcher-tracer.h",
"src/compiler-dispatcher/optimizing-compile-dispatcher.cc",
"src/compiler-dispatcher/optimizing-compile-dispatcher.h",
"src/compiler.cc",
@@ -2223,6 +2225,7 @@ v8_component("v8_libbase") {
"src/base/platform/semaphore.h",
"src/base/platform/time.cc",
"src/base/platform/time.h",
+ "src/base/ring-buffer.h",
"src/base/safe_conversions.h",
"src/base/safe_conversions_impl.h",
"src/base/safe_math.h",
« no previous file with comments | « no previous file | src/base/ring-buffer.h » ('j') | src/compiler-dispatcher/compiler-dispatcher-tracer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698