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

Unified Diff: components/scheduler/scheduler.gypi

Issue 1898233002: Report expected task queueing time via UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove export. Fix windows. Created 4 years, 5 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 | « components/scheduler/renderer/renderer_scheduler_impl.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/scheduler.gypi
diff --git a/components/scheduler/scheduler.gypi b/components/scheduler/scheduler.gypi
index dbcfefd96f2a4598d6601925e9cfd3a4812af032..4bc63988de78ea0a37e93220f7509f243f32e0b8 100644
--- a/components/scheduler/scheduler.gypi
+++ b/components/scheduler/scheduler.gypi
@@ -15,6 +15,8 @@
'base/cancelable_closure_holder.h',
'base/lazy_now.cc',
'base/lazy_now.h',
+ 'base/queueing_time_estimator.cc',
+ 'base/queueing_time_estimator.h',
'base/real_time_domain.cc',
'base/real_time_domain.h',
'base/task_queue.h',
@@ -25,6 +27,7 @@
'base/task_queue_manager_delegate.h',
'base/task_queue_selector.cc',
'base/task_queue_selector.h',
+ 'base/task_time_tracker.h',
'base/time_domain.cc',
'base/time_domain.h',
'base/work_queue.cc',
« no previous file with comments | « components/scheduler/renderer/renderer_scheduler_impl.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698