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

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

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.cc
diff --git a/components/scheduler/renderer/task_cost_estimator.cc b/components/scheduler/renderer/task_cost_estimator.cc
index ce8dee9087546b7054025c9a5129cc11eb47bbca..28cbeba88659cce341337d15b75b24fc9b4f5fd1 100644
--- a/components/scheduler/renderer/task_cost_estimator.cc
+++ b/components/scheduler/renderer/task_cost_estimator.cc
@@ -37,7 +37,6 @@ base::TimeDelta TaskCostEstimator::expected_task_duration() const {
void TaskCostEstimator::Clear() {
rolling_time_delta_history_.Clear();
- expected_task_duration_ = base::TimeDelta();
}
} // namespace scheduler

Powered by Google App Engine
This is Rietveld 408576698