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

Unified Diff: telemetry/telemetry/web_perf/timeline_based_measurement.py

Issue 2890443002: Remove webrtc_rendering_stats TBMv1 metrics (Closed)
Patch Set: Update ref 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
« no previous file with comments | « telemetry/telemetry/web_perf/metrics/webrtc_rendering_timeline.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/web_perf/timeline_based_measurement.py
diff --git a/telemetry/telemetry/web_perf/timeline_based_measurement.py b/telemetry/telemetry/web_perf/timeline_based_measurement.py
index dbc5e67189368f7a4bf7d7ee044d6df0c60e0e87..fb9fe480ee98823530ca36b3fa316246623d916c 100644
--- a/telemetry/telemetry/web_perf/timeline_based_measurement.py
+++ b/telemetry/telemetry/web_perf/timeline_based_measurement.py
@@ -14,7 +14,6 @@ from telemetry.value import trace
from telemetry.value import common_value_helpers
from telemetry.web_perf.metrics import timeline_based_metric
from telemetry.web_perf.metrics import blob_timeline
-from telemetry.web_perf.metrics import webrtc_rendering_timeline
from telemetry.web_perf.metrics import gpu_timeline
from telemetry.web_perf.metrics import indexeddb_timeline
from telemetry.web_perf.metrics import layout
@@ -46,9 +45,7 @@ def _GetAllLegacyTimelineBasedMetrics():
layout.LayoutMetric(),
gpu_timeline.GPUTimelineMetric(),
blob_timeline.BlobTimelineMetric(),
- indexeddb_timeline.IndexedDBTimelineMetric(),
- webrtc_rendering_timeline.WebRtcRenderingTimelineMetric())
-
+ indexeddb_timeline.IndexedDBTimelineMetric())
class InvalidInteractions(Exception):
pass
« no previous file with comments | « telemetry/telemetry/web_perf/metrics/webrtc_rendering_timeline.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698