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

Unified Diff: tracing/tracing/metrics/blink/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/blink/gc_metric.html
diff --git a/tracing/tracing/metrics/blink/gc_metric.html b/tracing/tracing/metrics/blink/gc_metric.html
index 4fce96ed53be611a5be8a82c3fbac09ffca0bf57..002792c0a3e5b51210e0148c233774ed65cedb5a 100644
--- a/tracing/tracing/metrics/blink/gc_metric.html
+++ b/tracing/tracing/metrics/blink/gc_metric.html
@@ -37,7 +37,9 @@ tr.exportTo('tr.metrics.blink', function() {
addTotalIdleTimesOfTopEvents(values, model);
}
- tr.metrics.MetricRegistry.register(blinkGcMetric);
+ tr.metrics.MetricRegistry.register(blinkGcMetric, {
+ histogramNames: new Set([]),
+ });
var timeDurationInMs_smallerIsBetter =
tr.b.Unit.byName.timeDurationInMs_smallerIsBetter;
« no previous file with comments | « tracing/tracing/metrics/all_histogram_names_cmdline.html ('k') | tracing/tracing/metrics/cpu_process_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698