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

Unified Diff: tracing/tracing/metrics/system_health/power_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/power_metric.html
diff --git a/tracing/tracing/metrics/system_health/power_metric.html b/tracing/tracing/metrics/system_health/power_metric.html
index 19726ec08490a81d3e43a843cc875af79daf1bff..9fc2060660ceb4a804bde528e2fedea547c632bc 100644
--- a/tracing/tracing/metrics/system_health/power_metric.html
+++ b/tracing/tracing/metrics/system_health/power_metric.html
@@ -366,7 +366,9 @@ tr.exportTo('tr.metrics.sh', function() {
createHistograms_(data, interval, values);
}
- tr.metrics.MetricRegistry.register(powerMetric);
+ tr.metrics.MetricRegistry.register(powerMetric, {
+ histogramNames: new Set([]),
+ });
return {
powerMetric

Powered by Google App Engine
This is Rietveld 408576698