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

Unified Diff: tracing/tracing/metrics/v8/v8_metrics.html

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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 | « tracing/tracing/metrics/v8/utils_test.html ('k') | tracing/tracing/model/async_slice.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/metrics/v8/v8_metrics.html
diff --git a/tracing/tracing/metrics/v8/v8_metrics.html b/tracing/tracing/metrics/v8/v8_metrics.html
index 1fa6934449430dd9e86eef457bb95dd03f7d1129..59e4c49dd7fbddb185a072f97a01001fbf6cb531 100644
--- a/tracing/tracing/metrics/v8/v8_metrics.html
+++ b/tracing/tracing/metrics/v8/v8_metrics.html
@@ -17,7 +17,8 @@ tr.exportTo('tr.metrics.v8', function() {
function v8AndMemoryMetrics(values, model) {
tr.metrics.v8.executionMetric(values, model);
tr.metrics.v8.gcMetric(values, model);
- tr.metrics.sh.memoryMetric(values, model);
+ tr.metrics.sh.memoryMetric(values, model,
+ {rangeOfInterest: tr.metrics.v8.utils.rangeForMemoryDumps(model)});
}
tr.metrics.MetricRegistry.register(v8AndMemoryMetrics);
« no previous file with comments | « tracing/tracing/metrics/v8/utils_test.html ('k') | tracing/tracing/model/async_slice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698