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

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

Issue 2656493002: Register metric Histogram names. (Closed)
Patch Set: rebase Created 3 years, 10 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: tracing/tracing/metrics/v8/gc_metric.html
diff --git a/tracing/tracing/metrics/v8/gc_metric.html b/tracing/tracing/metrics/v8/gc_metric.html
index b57d94f0f614ec0504ce7c62ac6ec5e628f74ac7..84e7716a0ef5c074442899469c2fe00d70ea7cc3 100644
--- a/tracing/tracing/metrics/v8/gc_metric.html
+++ b/tracing/tracing/metrics/v8/gc_metric.html
@@ -32,7 +32,9 @@ tr.exportTo('tr.metrics.v8', function() {
addV8ExecuteMutatorUtilization(values, model);
}
- tr.metrics.MetricRegistry.register(gcMetric);
+ tr.metrics.MetricRegistry.register(gcMetric, {
+ histogramNames: new Set([]),
+ });
var timeDurationInMs_smallerIsBetter =
tr.b.Unit.byName.timeDurationInMs_smallerIsBetter;
« no previous file with comments | « tracing/tracing/metrics/v8/execution_metric.html ('k') | tracing/tracing/metrics/v8/runtime_stats_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698