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

Unified Diff: tools/perf/metrics/system_memory.py

Issue 1458083003: [Telemetry + tools/perf] Modify the pylint disable message to use symbolic name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/metrics/speedindex_unittest.py ('k') | tools/perf/page_sets/flash_energy_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/system_memory.py
diff --git a/tools/perf/metrics/system_memory.py b/tools/perf/metrics/system_memory.py
index ea02fbddbf6ef9501bca10d9ebb150605965edb5..f49e303e28d89676fd4fb29442851c9f47e4b831 100644
--- a/tools/perf/metrics/system_memory.py
+++ b/tools/perf/metrics/system_memory.py
@@ -38,7 +38,7 @@ class SystemMemoryMetric(Metric):
self._memory_stats_end = self._browser.memory_stats
# |trace_name| and |exclude_metrics| args are not in base class Metric.
- # pylint: disable=W0221
+ # pylint: disable=arguments-differ
def AddResults(self, tab, results, trace_name=None, exclude_metrics=None):
"""Add results for this page to the results object.
« no previous file with comments | « tools/perf/metrics/speedindex_unittest.py ('k') | tools/perf/page_sets/flash_energy_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698