| OLD | NEW |
| 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 Loading... |
| 386 <span class="v8"> </span> V8<br /> | 386 <span class="v8"> </span> V8<br /> |
| 387 <span class="loop"> </span> TASKS<br /> | 387 <span class="loop"> </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> |
| OLD | NEW |