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

Unified Diff: tracing/tracing/base/math/running_statistics.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
« no previous file with comments | « tracing/tracing/base/math/rect_test.html ('k') | tracing/tracing/base/math/running_statistics_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/math/running_statistics.html
diff --git a/tracing/tracing/base/running_statistics.html b/tracing/tracing/base/math/running_statistics.html
similarity index 99%
rename from tracing/tracing/base/running_statistics.html
rename to tracing/tracing/base/math/running_statistics.html
index 6ebc3d06c9f1767c2326017a7c59d1b86f96b214..6fa614aa4b4508597a89f0489a0b7e5dd3496584 100644
--- a/tracing/tracing/base/running_statistics.html
+++ b/tracing/tracing/base/math/running_statistics.html
@@ -10,7 +10,7 @@ found in the LICENSE file.
<script>
'use strict';
-tr.exportTo('tr.b', function() {
+tr.exportTo('tr.b.math', function() {
/**
* An object of this class computes basic statistics online in O(1).
* Usage:
« no previous file with comments | « tracing/tracing/base/math/rect_test.html ('k') | tracing/tracing/base/math/running_statistics_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698