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

Unified Diff: tools/perf/metrics/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/media.py ('k') | tools/perf/metrics/speedindex.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/memory.py
diff --git a/tools/perf/metrics/memory.py b/tools/perf/metrics/memory.py
index c270e3c344d244caca54898388d6ec1e7040f83b..004828953a8fe1be2147dae693ee5b960881ea7b 100644
--- a/tools/perf/metrics/memory.py
+++ b/tools/perf/metrics/memory.py
@@ -122,7 +122,7 @@ class MemoryMetric(Metric):
histogram_data, self._histogram_start[h['name']])
# Optional argument trace_name is not in base class Metric.
- # pylint: disable=W0221
+ # pylint: disable=arguments-differ
def AddResults(self, tab, results, trace_name=None):
"""Add results for this page to the results object."""
if not self._browser.supports_memory_metrics:
« no previous file with comments | « tools/perf/metrics/media.py ('k') | tools/perf/metrics/speedindex.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698