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

Unified Diff: trace_processor/experimental/mappers/slice_cost.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: trace_processor/experimental/mappers/slice_cost.html
diff --git a/trace_processor/experimental/mappers/slice_cost.html b/trace_processor/experimental/mappers/slice_cost.html
index d1f1ff8ff11116d584c09a2a6bc73991cbedd8bf..b741363fa5f04719624ad78e9c0e6967622e32b6 100644
--- a/trace_processor/experimental/mappers/slice_cost.html
+++ b/trace_processor/experimental/mappers/slice_cost.html
@@ -98,7 +98,7 @@ tr.exportTo('pi.m', function() {
function generateDomainCosts(slice) {
// V8.Execute events may generate several sliceCostInfo, based on the
// origin of the JS being executed.
- var range = new tr.b.Range();
+ var range = new tr.b.math.Range();
slice.addBoundsToRange(range);
var filtered = range.filterArray(
slice.parentContainer.samples,

Powered by Google App Engine
This is Rietveld 408576698