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

Side by Side Diff: tracing/tracing/extras/systrace_config.html

Issue 1319013002: Android event log importer. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Removed console.log Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright (c) 2013 The Chromium Authors. All rights reserved. 3 Copyright (c) 2013 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <!-- Core and UI configs. --> 8 <!-- Core and UI configs. -->
9 <link rel="import" href="/tracing/model/model.html"> 9 <link rel="import" href="/tracing/model/model.html">
10 10
11 <!-- Features used by Android systrace. --> 11 <!-- Features used by Android systrace. -->
12 <link rel="import" href="/tracing/importer/import.html"> 12 <link rel="import" href="/tracing/importer/import.html">
13 <link rel="import" href="/tracing/extras/importer/android/event_log_importer.htm l">
13 <link rel="import" href="/tracing/extras/importer/battor_importer.html"> 14 <link rel="import" href="/tracing/extras/importer/battor_importer.html">
14 <link rel="import" href="/tracing/extras/importer/ddms_importer.html"> 15 <link rel="import" href="/tracing/extras/importer/ddms_importer.html">
15 <link rel="import" href="/tracing/extras/importer/linux_perf/ftrace_importer.htm l"> 16 <link rel="import" href="/tracing/extras/importer/linux_perf/ftrace_importer.htm l">
16 <link rel="import" href="/tracing/extras/android/android_auditor.html"> 17 <link rel="import" href="/tracing/extras/android/android_auditor.html">
17 <link rel="import" href="/tracing/extras/vsync/vsync_auditor.html"> 18 <link rel="import" href="/tracing/extras/vsync/vsync_auditor.html">
OLDNEW
« no previous file with comments | « tracing/tracing/extras/importer/linux_perf/ftrace_importer.html ('k') | tracing/tracing/model/activity.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698