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

Unified Diff: tracing/tracing/metrics/metric_map_function.html

Issue 2334233003: Merge NumericValue into Histogram (Closed)
Patch Set: fix rail_power_metric Created 4 years, 3 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/metric_map_function.html
diff --git a/tracing/tracing/metrics/metric_map_function.html b/tracing/tracing/metrics/metric_map_function.html
index 5a4167b424a927b02eecbc8a019e14229f37250b..85cf138576cc02d26e7f2a6325b7b3f18ee85ea2 100644
--- a/tracing/tracing/metrics/metric_map_function.html
+++ b/tracing/tracing/metrics/metric_map_function.html
@@ -55,7 +55,7 @@ tr.exportTo('tr.metrics', function() {
var scalarDicts = [];
for (var value of values) {
- for (var [statName, scalar] of value.numeric.statisticsScalars) {
+ for (var [statName, scalar] of value.statisticsScalars) {
scalarDicts.push({
name: value.name + '_' + statName,
numeric: scalar.asDict(),
« no previous file with comments | « tracing/tracing/metrics/cpu_process_metric_test.html ('k') | tracing/tracing/metrics/metric_registry_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698