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

Unified Diff: components/scheduler/renderer/task_cost_estimator.h

Issue 1898233002: Report expected task queueing time via UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Super rough alternative approach. 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: components/scheduler/renderer/task_cost_estimator.h
diff --git a/components/scheduler/renderer/task_cost_estimator.h b/components/scheduler/renderer/task_cost_estimator.h
index c4e43c44518aac946998a806bef7f3ba66bc4fc3..86c067577b9344eb72d0518b52ea0174f564cf6a 100644
--- a/components/scheduler/renderer/task_cost_estimator.h
+++ b/components/scheduler/renderer/task_cost_estimator.h
@@ -40,7 +40,6 @@ class SCHEDULER_EXPORT TaskCostEstimator
int outstanding_task_count_;
double estimation_percentile_;
base::TimeTicks task_start_time_;
- base::TimeDelta expected_task_duration_;
DISALLOW_COPY_AND_ASSIGN(TaskCostEstimator);
};

Powered by Google App Engine
This is Rietveld 408576698