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

Unified Diff: tools/perf/measurements/v8_detached_context_age_in_gc.py

Issue 1917393002: [tools/perf] Reference legacy_page_test module instead of page_test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/perf/measurements/timeline_controller.py ('k') | tools/perf/measurements/v8_gc_times.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/v8_detached_context_age_in_gc.py
diff --git a/tools/perf/measurements/v8_detached_context_age_in_gc.py b/tools/perf/measurements/v8_detached_context_age_in_gc.py
index 1c10c11b8092edbf78f30749549caf4c5fa87a02..6502eb0b7540e49a938cd281d43daef46a7c7bc3 100644
--- a/tools/perf/measurements/v8_detached_context_age_in_gc.py
+++ b/tools/perf/measurements/v8_detached_context_age_in_gc.py
@@ -4,7 +4,7 @@
import json
-from telemetry.page import page_test
+from telemetry.page import legacy_page_test
from telemetry.value import histogram_util
from telemetry.value import scalar
from telemetry.value import skip
@@ -26,7 +26,7 @@ def _GetMaxDetachedContextAge(tab, data_start):
return max(x.get('high', x['low']) for x in buckets)
-class V8DetachedContextAgeInGC(page_test.PageTest):
+class V8DetachedContextAgeInGC(legacy_page_test.LegacyPageTest):
def __init__(self):
super(V8DetachedContextAgeInGC, self).__init__()
« no previous file with comments | « tools/perf/measurements/timeline_controller.py ('k') | tools/perf/measurements/v8_gc_times.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698