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

Unified Diff: tracing/tracing/metrics/system_health/cpu_time_metric_test.html

Issue 2771723003: [tracing] Move math utilities from base into their own subdirectory (attempt 2) (Closed)
Patch Set: rebase Created 3 years, 9 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/cpu_time_metric_test.html
diff --git a/tracing/tracing/metrics/system_health/cpu_time_metric_test.html b/tracing/tracing/metrics/system_health/cpu_time_metric_test.html
index bff16898578ca828df7614b26447515774692596..0038e3d3bed462cc85071fb66cc5434cd70a4266 100644
--- a/tracing/tracing/metrics/system_health/cpu_time_metric_test.html
+++ b/tracing/tracing/metrics/system_health/cpu_time_metric_test.html
@@ -90,7 +90,7 @@ tr.b.unittest.testSuite(function() {
test('cpuTimeMetric_oneProcess_rangeOfInterest', function() {
var sliceDuration = 50;
var totalDuration = 3000;
- var rangeOfInterest = new tr.b.Range.fromExplicitRange(-10, 30);
+ var rangeOfInterest = new tr.b.math.Range.fromExplicitRange(-10, 30);
var options = {};
options.rangeOfInterest = rangeOfInterest;
var value = computeCpuTime(function(model) {

Powered by Google App Engine
This is Rietveld 408576698