Lines Matching full:code
7 <p>The {@code systrace} tool helps analyze the performance of your application by capturing and
13 <p>The {@code systrace} tool is particularly useful in diagnosing display problems where an
15 on how to use {@code systrace}, see <a href="{@docRoot}tools/debugging/systrace.html">Analyzing
21 <p>In order to run {@code systrace}, the {@code adb} tool and
26 <p>The syntax for running {@code systrace} is as follows.</p>
47 <p>The table below lists the command line options for {@code systrace}.</p>
57 <td><code>-o <<em>FILE</em>></code></td>
63 <td><code>-t N, --time=N</code></td>
69 <td><code>-b N, --buf-size=N</code></td>
76 <td><code>-d, --disk</code></td>
82 <td><code>-f, --cpu-freq</code></td>
89 <td><code>-i, --cpu-idle</code></td>
95 <td><code>-l, --cpu-load</code></td>
102 <td><nobr><code>-s, --no-cpu-sched</code></nobr></td>
109 <td><code>-w, --workqueue</code></td>
115 <td id="tags"><code>--set-tags=<<em>TAGS</em>></code></td>
119 <li><code>gfx</code> - Graphics</li>
120 <li><code>input</code> - Input</li>
121 <li><code>view</code> - View</li>
122 <li><code>webview</code> - WebView</li>
123 <li><code>wm</code> - Window Manager</li>
124 <li><code>am</code> - Activity Manager</li>
125 <li><code>sync</code> - Sync Manager</li>
126 <li><code>audio</code> - Audio</li>
127 <li><code>video</code> - Video</li>
128 <li><code>camera</code> - Camera</li>
131 must stop and restart the framework ({@code $> adb shell stop; adb shell start}) for the
137 <td><code>--link-assets</code></td>
144 <td><nobr><code>-h, --help</code></nobr></td>
151 <p>You can set the trace <a href="#tags">tags</a> for {@code systrace} with your device's user
158 <p>The table below lists the keyboard shortcuts that are available while viewing a {@code systrace}