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

Unified Diff: ui/latency/latency_tracker.h

Issue 2756893002: Add Keyboard Latency UMA Metrics. (Closed)
Patch Set: Fix a few compile issues. Created 3 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: ui/latency/latency_tracker.h
diff --git a/ui/latency/latency_tracker.h b/ui/latency/latency_tracker.h
index 0fae6d3177024574f028e39d349eb63e4bfa5cd8..4d0a432a7c847e01b4d16cf81237f94f8877881c 100644
--- a/ui/latency/latency_tracker.h
+++ b/ui/latency/latency_tracker.h
@@ -29,7 +29,7 @@ class LatencyTracker {
const LatencyInfo::LatencyComponent& end_component);
private:
- void ComputeTouchAndWheelScrollLatencyHistograms(
+ void ComputeEndToEndLatencyHistograms(
const LatencyInfo::LatencyComponent& gpu_swap_begin_component,
const LatencyInfo::LatencyComponent& gpu_swap_end_component,
const LatencyInfo& latency);

Powered by Google App Engine
This is Rietveld 408576698