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/ui/analysis/multi_sample_sub_view.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/ui/analysis/multi_sample_sub_view.html
diff --git a/tracing/tracing/ui/analysis/multi_sample_sub_view.html b/tracing/tracing/ui/analysis/multi_sample_sub_view.html
index 8b47adf77f9d8e087d040015495114121b4b11a5..beff12af57dd9106355ab8ae9077131cf4a8d818 100644
--- a/tracing/tracing/ui/analysis/multi_sample_sub_view.html
+++ b/tracing/tracing/ui/analysis/multi_sample_sub_view.html
@@ -5,8 +5,8 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
+<link rel="import" href="/tracing/base/math/range.html">
<link rel="import" href="/tracing/base/multi_dimensional_view.html">
-<link rel="import" href="/tracing/base/range.html">
<link rel="import" href="/tracing/base/unit.html">
<link rel="import" href="/tracing/ui/analysis/analysis_sub_view.html">
<link rel="import" href="/tracing/ui/base/table.html">
@@ -197,7 +197,7 @@ found in the LICENSE file.
value: function(row) {
return tr.v.ui.createScalarSpan(
row.values[0][field] / samplingDataTotal, {
- customContextRange: tr.b.Range.PERCENT_RANGE,
+ customContextRange: tr.b.math.Range.PERCENT_RANGE,
unit: tr.b.Unit.byName.normalizedPercentage,
context: { minimumFractionDigits: 2, maximumFractionDigits: 2 },
});
« no previous file with comments | « tracing/tracing/ui/analysis/multi_object_sub_view.html ('k') | tracing/tracing/ui/analysis/related_events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698