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

Unified Diff: trace_processor/experimental/mappers/v8_map_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
« no previous file with comments | « trace_processor/experimental/mappers/trace_stats.html ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trace_processor/experimental/mappers/v8_map_function.html
diff --git a/trace_processor/experimental/mappers/v8_map_function.html b/trace_processor/experimental/mappers/v8_map_function.html
index 371cd864b227a7ecde9e5ee64d41594e2a59779d..4dba9931ed4f242ec847567490652a2ba0ed4cab 100644
--- a/trace_processor/experimental/mappers/v8_map_function.html
+++ b/trace_processor/experimental/mappers/v8_map_function.html
@@ -150,7 +150,7 @@ tr.exportTo('pi.m', function() {
if (slice.title === 'V8.Execute') {
// 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,
« no previous file with comments | « trace_processor/experimental/mappers/trace_stats.html ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698