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

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

Issue 926833002: [Telemetry] Move gpu_timeline metrics to telemetry.web_perf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « tools/telemetry/telemetry/web_perf/metrics/gpu_timeline.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/web_perf/metrics/gpu_timeline_unittest.py
diff --git a/tools/perf/metrics/gpu_timeline_unittest.py b/tools/telemetry/telemetry/web_perf/metrics/gpu_timeline_unittest.py
similarity index 99%
rename from tools/perf/metrics/gpu_timeline_unittest.py
rename to tools/telemetry/telemetry/web_perf/metrics/gpu_timeline_unittest.py
index c653dac6f07875bb275ef1b3bf1ba1d21f825066..77bb684a1490ee525374df6bc7e8ddaefb31c2b6 100644
--- a/tools/perf/metrics/gpu_timeline_unittest.py
+++ b/tools/telemetry/telemetry/web_perf/metrics/gpu_timeline_unittest.py
@@ -4,12 +4,12 @@
import unittest
-from metrics import test_page_test_results
-from metrics import gpu_timeline
+from telemetry.unittest_util import test_page_test_results
from telemetry.timeline import async_slice as async_slice_module
from telemetry.timeline import slice as slice_module
from telemetry.timeline import model as model_module
from telemetry.web_perf import timeline_interaction_record as tir_module
+from telemetry.web_perf.metrics import gpu_timeline
SERVICE_FRAME_END_CATEGORY, SERVICE_FRAME_END_NAME = \
gpu_timeline.SERVICE_FRAME_END_MARKER
« no previous file with comments | « tools/telemetry/telemetry/web_perf/metrics/gpu_timeline.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698