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

Unified Diff: tracing/tracing/metrics/v8/v8_metrics.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/v8_metrics.html
diff --git a/tracing/tracing/metrics/v8/v8_metrics.html b/tracing/tracing/metrics/v8/v8_metrics.html
index 99f3ffeeeec332b19ab4b303004b8517f435c617..5165c9464cdf720fe704cec37a63242cc74d5b66 100644
--- a/tracing/tracing/metrics/v8/v8_metrics.html
+++ b/tracing/tracing/metrics/v8/v8_metrics.html
@@ -21,7 +21,9 @@ tr.exportTo('tr.metrics.v8', function() {
{rangeOfInterest: tr.metrics.v8.utils.rangeForMemoryDumps(model)});
}
- tr.metrics.MetricRegistry.register(v8AndMemoryMetrics);
+ tr.metrics.MetricRegistry.register(v8AndMemoryMetrics, {
+ histogramNames: new Set([]),
+ });
return {
v8AndMemoryMetrics,
« no previous file with comments | « tracing/tracing/metrics/v8/runtime_stats_metric.html ('k') | tracing/tracing/ui/side_panel/metrics_side_panel_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698