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

Unified Diff: tracing/tracing/extras/importer/android/event_log_importer.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/extras/importer/android/event_log_importer.html
diff --git a/tracing/tracing/extras/importer/android/event_log_importer.html b/tracing/tracing/extras/importer/android/event_log_importer.html
index 40f6d5ee28c918589d6e8d1af3951487ae5a9a75..74ab069f8f3188e16518300e669fba8ad5954cda 100644
--- a/tracing/tracing/extras/importer/android/event_log_importer.html
+++ b/tracing/tracing/extras/importer/android/event_log_importer.html
@@ -196,7 +196,7 @@ tr.exportTo('tr.e.importer.android', function() {
var process = this.model_.getOrCreateProcess(activity.pid);
// The range of the activity is the time from resume to time
// of pause; limit the start time to the beginning of the model
- var range = tr.b.Range.fromExplicitRange(
+ var range = tr.b.math.Range.fromExplicitRange(
Math.max(this.model_.bounds.min, activity.lastResumeTs),
activity.lastPauseTs);
var newActivity = new tr.model.Activity(activity.name,
« no previous file with comments | « tracing/tracing/extras/cpu/cpu_usage_auditor.html ('k') | tracing/tracing/extras/importer/trace_code_map.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698