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

Unified Diff: tools/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py

Issue 683863003: Remove some of the instrumentation plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: tools/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
diff --git a/tools/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py b/tools/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
index 2c18fed3a86dd21552fbfb871da350d7ddb274d1..2f6c85ac9045dced71701c033dec413b7b9bc873 100644
--- a/tools/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
+++ b/tools/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
@@ -13,8 +13,7 @@ class _MockRenderingStats(object):
stats = ['frame_timestamps', 'frame_times', 'paint_times',
'painted_pixel_counts', 'record_times',
- 'recorded_pixel_counts', 'rasterize_times',
- 'rasterized_pixel_counts', 'approximated_pixel_percentages',
+ 'recorded_pixel_counts', 'approximated_pixel_percentages',
'input_event_latency', 'frame_queueing_durations',
'scroll_update_latency', 'gesture_scroll_update_latency']

Powered by Google App Engine
This is Rietveld 408576698