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

Unified Diff: tracing/tracing/base/math/piecewise_linear_function.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/base/math/piecewise_linear_function.html
diff --git a/tracing/tracing/base/piecewise_linear_function.html b/tracing/tracing/base/math/piecewise_linear_function.html
similarity index 98%
rename from tracing/tracing/base/piecewise_linear_function.html
rename to tracing/tracing/base/math/piecewise_linear_function.html
index f4cab6f342637f10c157c3b927a4415d469d95aa..b97b781e14d9ffb37266d3ff71078402b6df390e 100644
--- a/tracing/tracing/base/piecewise_linear_function.html
+++ b/tracing/tracing/base/math/piecewise_linear_function.html
@@ -10,7 +10,7 @@ found in the LICENSE file.
<script>
'use strict';
-tr.exportTo('tr.b', function() {
+tr.exportTo('tr.b.math', function() {
var PERCENTILE_PRECISION = 1e-7;
/**
* A function that consists of linear pieces.
« no previous file with comments | « tracing/tracing/base/math/math_test.html ('k') | tracing/tracing/base/math/piecewise_linear_function_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698