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

Unified Diff: tracing/tracing/metrics/v8/runtime_stats_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
« no previous file with comments | « tracing/tracing/metrics/v8/gc_metric.html ('k') | tracing/tracing/metrics/v8/v8_metrics.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/metrics/v8/runtime_stats_metric.html
diff --git a/tracing/tracing/metrics/v8/runtime_stats_metric.html b/tracing/tracing/metrics/v8/runtime_stats_metric.html
index 93cfec084fdfb3ad8ee0d5746a0eff706ca2db10..745089a0098c2c37a9aa97818fc39c5cd6209fed 100644
--- a/tracing/tracing/metrics/v8/runtime_stats_metric.html
+++ b/tracing/tracing/metrics/v8/runtime_stats_metric.html
@@ -246,8 +246,12 @@ tr.exportTo('tr.metrics.v8', function() {
v8SlicesBucketOnUEMap);
}
- tr.metrics.MetricRegistry.register(runtimeStatsTotalMetric);
- tr.metrics.MetricRegistry.register(runtimeStatsMetric);
+ tr.metrics.MetricRegistry.register(runtimeStatsTotalMetric, {
+ histogramNames: new Set([]),
+ });
+ tr.metrics.MetricRegistry.register(runtimeStatsMetric, {
+ histogramNames: new Set([]),
+ });
return {
runtimeStatsMetric,
« no previous file with comments | « tracing/tracing/metrics/v8/gc_metric.html ('k') | tracing/tracing/metrics/v8/v8_metrics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698