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

Unified Diff: tracing/tracing/metrics/v8/execution_metric_test.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
« no previous file with comments | « tracing/tracing/metrics/v8/execution_metric.html ('k') | tracing/tracing/metrics/v8/gc_metric.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/metrics/v8/execution_metric_test.html
diff --git a/tracing/tracing/metrics/v8/execution_metric_test.html b/tracing/tracing/metrics/v8/execution_metric_test.html
index cae27a72b0dcb41a41d34f4cf37a8a0c6efe2039..d582e5da3a334fcde8552a9f5327874eedd8a54a 100644
--- a/tracing/tracing/metrics/v8/execution_metric_test.html
+++ b/tracing/tracing/metrics/v8/execution_metric_test.html
@@ -65,7 +65,7 @@ tr.b.unittest.testSuite(function() {
tr.metrics.v8.executionMetric(values, model);
var value = values.getValuesNamed('v8_execution_wall_total')[0];
- assert.closeTo(value.numeric.running.sum, 0.1, 1e-5);
+ assert.closeTo(value.running.sum, 0.1, 1e-5);
});
});
</script>
« no previous file with comments | « tracing/tracing/metrics/v8/execution_metric.html ('k') | tracing/tracing/metrics/v8/gc_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698