Index: tracing/tracing/metrics/system_health/memory_metric.html |
diff --git a/tracing/tracing/metrics/system_health/memory_metric.html b/tracing/tracing/metrics/system_health/memory_metric.html |
index f581c1b65f52ea9c23af79eeb0351d4b6fdf5a83..9ae461857242c32f24d5a7b8c7fd91275e638e12 100644 |
--- a/tracing/tracing/metrics/system_health/memory_metric.html |
+++ b/tracing/tracing/metrics/system_health/memory_metric.html |
@@ -424,7 +424,6 @@ tr.exportTo('tr.metrics.sh', function() { |
'to the trace' |
].join(' '); |
values.addValue(new tr.v.NumericValue( |
- model.canonicalUrl, |
['memory', browserName, ALL_PROCESS_NAMES, 'dump_count', |
levelOfDetailName].join(':'), |
new ScalarNumeric( |
@@ -643,7 +642,6 @@ tr.exportTo('tr.metrics.sh', function() { |
browserUserFriendlyName |
].join(' '); |
values.addValue(new tr.v.NumericValue( |
- model.canonicalUrl, |
['memory', browserName, processName, valueName].join(':'), |
buildMemoryNumeric(timeToSum, valueSpec.unit), |
{ description: description })); |