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

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

Issue 498563002: Delete now unused PageMeasurement class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/metrics/__init__.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 0d433a6bf73ba77e8428d82897e62f4dcfb645e6..96036e30752f6622d04106c293dfb90fb645e9c9 100644
--- a/tools/perf/metrics/memory.py
+++ b/tools/perf/metrics/memory.py
@@ -148,7 +148,7 @@ def AddResultsForProcesses(results, memory_stats, chart_trace_name='final',
"""Adds memory stats for browser, renderer and gpu processes.
Args:
- results: A PageMeasurement results object.
+ results: A telemetry.results.PageTestResults object.
memory_stats: System memory stats collected.
chart_trace_name: Trace to identify memory metrics. Default is 'final'.
metric_trace_name: Trace to identify the metric results per test page.
« no previous file with comments | « tools/perf/metrics/__init__.py ('k') | tools/perf/metrics/speedindex.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698