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

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

Issue 23545023: [Telemetry] Add 'name' attribute for pages, which allows for more human-readable printing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to update the unitttests :( Created 7 years, 3 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/metrics/v8_object_stats.py
diff --git a/tools/perf/metrics/v8_object_stats.py b/tools/perf/metrics/v8_object_stats.py
index 79b0fad92e0d8f57e7d6c9ceb456fc1465b9fdef..7db05e6f26ab3abfdb170e20b3197b5bfae29480 100644
--- a/tools/perf/metrics/v8_object_stats.py
+++ b/tools/perf/metrics/v8_object_stats.py
@@ -183,7 +183,7 @@ class V8ObjectStatsMetric(Metric):
})(%s);
""" % json.dumps(_COUNTER_NAMES))
if not self._results:
- logging.warning('No V8 object stats from website: ' + page.display_url)
+ logging.warning('No V8 object stats from website: ' + page.display_name)
def AddResults(self, tab, results):
"""Add results for this page to the results object."""

Powered by Google App Engine
This is Rietveld 408576698