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

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

Issue 1914233003: [tools/perf] Delete unused variable (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
Index: tools/perf/measurements/thread_times.py
diff --git a/tools/perf/measurements/thread_times.py b/tools/perf/measurements/thread_times.py
index 679cddb34cc079abdc47e88f7ff5e6cc754fb84a..eb7435b2efef93b5b417b647a5719a0ce573d8bd 100644
--- a/tools/perf/measurements/thread_times.py
+++ b/tools/perf/measurements/thread_times.py
@@ -29,9 +29,11 @@ class ThreadTimes(page_test.PageTest):
self._timeline_controller.SetUp(page, tab)
def DidNavigateToPage(self, page, tab):
+ del page # unused
self._timeline_controller.Start(tab)
def ValidateAndMeasurePage(self, page, tab, results):
+ del page # unused
self._timeline_controller.Stop(tab, results)
metric = timeline.ThreadTimesTimelineMetric()
renderer_thread = \
« no previous file with comments | « tools/perf/measurements/task_execution_time.py ('k') | tools/perf/measurements/v8_detached_context_age_in_gc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698