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

Unified Diff: tracing/tracing/metrics/system_health/estimated_input_latency_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/system_health/estimated_input_latency_metric.html
diff --git a/tracing/tracing/metrics/system_health/estimated_input_latency_metric.html b/tracing/tracing/metrics/system_health/estimated_input_latency_metric.html
index 64c7d100b55bd492fd80691f937f1323680cd9e2..62481783b14c9245bd90b5f326388dcc7897f451 100644
--- a/tracing/tracing/metrics/system_health/estimated_input_latency_metric.html
+++ b/tracing/tracing/metrics/system_health/estimated_input_latency_metric.html
@@ -109,7 +109,9 @@ tr.exportTo('tr.metrics.sh', function() {
values.addHistogram(interactiveHistogram);
}
- tr.metrics.MetricRegistry.register(estimatedInputLatency);
+ tr.metrics.MetricRegistry.register(estimatedInputLatency, {
+ histogramNames: new Set(),
+ });
return {
estimatedInputLatency,
« no previous file with comments | « tracing/tracing/metrics/system_health/cpu_time_metric.html ('k') | tracing/tracing/metrics/system_health/loading_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698