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

Side by Side Diff: chrome/tools/tracing/trace.html

Issue 630333002: Rewrite line endings from CRLF to LF for a bunch of files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « chrome/installer/setup/eula/oem.css ('k') | chrome/utility/importer/ie_importer_win.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Tracing template 2 Tracing template
3 ---------------- 3 ----------------
4 Test_shell has an optional tracing feature. It can be enabled by running 4 Test_shell has an optional tracing feature. It can be enabled by running
5 with the --enable-tracing option. Tracing causes events to be dropped into 5 with the --enable-tracing option. Tracing causes events to be dropped into
6 a trace file during runtime. 6 a trace file during runtime.
7 7
8 This HTML file can be used to render the output from the trace. You'll need 8 This HTML file can be used to render the output from the trace. You'll need
9 to rename your trace data to "trace_data.js" in the same directory with this 9 to rename your trace data to "trace_data.js" in the same directory with this
10 HTML file, and then you can visualize the trace. 10 HTML file, and then you can visualize the trace.
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 <span class="v8">&nbsp;</span> V8<br /> 386 <span class="v8">&nbsp;</span> V8<br />
387 <span class="loop">&nbsp;</span> TASKS<br /> 387 <span class="loop">&nbsp;</span> TASKS<br />
388 </div> 388 </div>
389 <div id="chart"> 389 <div id="chart">
390 <div id="outer"> 390 <div id="outer">
391 </div> 391 </div>
392 </div> 392 </div>
393 <div id="tooltip" ondblclick="this.style.display = 'none';"></div> 393 <div id="tooltip" ondblclick="this.style.display = 'none';"></div>
394 </body> 394 </body>
395 </html> 395 </html>
OLDNEW
« no previous file with comments | « chrome/installer/setup/eula/oem.css ('k') | chrome/utility/importer/ie_importer_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698