Home | History | Annotate | Download | only in help

Lines Matching full:systrace

1 page.title=Systrace
7 <p>The Systrace tool helps analyze the performance of your application by capturing and
13 <p>The Systrace tool is particularly useful in diagnosing display problems where an
15 on how to use Systrace, see <a href="{@docRoot}tools/debugging/systrace.html">Analyzing
16 UI Performance with Systrace</a>.</p>
20 <p>In order to run Systrace, you must have Android SDK Tools 20 or later installed. You must also
26 <p>The Systrace tool can be run either from one of the Android SDK's graphical user interface
33 <p>The Systrace tool can be run from the
38 <p>To run the Systrace capture user interface:</p>
53 <li>Click the Systrace icon <img src="{@docRoot}images/systrace/systrace-button.png"
74 <li>Click the Systrace icon <img src="{@docRoot}images/systrace/systrace-button.png"
93 <li>Click the Systrace icon <img src="{@docRoot}images/systrace/systrace-button.png"
103 <p>The Systrace tool has different command line options for devices running Android 4.3 (API
107 <p>The general syntax for running Systrace from the command line is as follows.</p>
110 $ python systrace.py [options] [category1] [category2] ... [categoryN]
113 <p>See the sections below for example Systrace sessions.</p>
118 <p>When you use Systrace on devices running Android 4.3 and higher, you can omit trace category tags
123 $ cd <em>android-sdk</em>/platform-tools/systrace
124 $ python systrace.py --time=10 -o mynewtrace.html sched gfx view wm
132 <p>The table below lists the Systrace command line options for devices running Android 4.3
219 For more information, see <a href="{@docRoot}tools/debugging/systrace.html#app-trace">Analyzing
220 UI Performance with Systrace</a>.
227 <td>Create the interactive Systrace report from a file, instead of running a live trace.</td>
244 <p>Using Systrace on the command line with devices running Android 4.2 and lower is typically a
250 $ cd <em>android-sdk</em>/platform-tools/systrace
251 $ python systrace.py --set-tags gfx,view,wm
254 $ python systrace.py --disk --time=10 -o mynewtrace.html
257 <p>The table below lists the Systrace command line options for devices running Android 4.2
361 <p>You can set the trace <a href="#tags">tags</a> for Systrace on
368 <p>The table below lists the keyboard shortcuts that are available while viewing a Systrace