OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- Copyright 2017 the V8 project authors. All rights reserved. | 2 <!-- Copyright 2017 the V8 project authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
5 | 5 |
6 <html lang="en"> | 6 <html lang="en"> |
7 | 7 |
8 <head> | 8 <head> |
9 <meta charset="utf-8"/> | 9 <meta charset="utf-8"/> |
10 <title>V8 Tick Processor</title> | 10 <title>V8 Tick Processor</title> |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 </div> | 50 </div> |
51 | 51 |
52 <div id="timeline" style="display : none"> | 52 <div id="timeline" style="display : none"> |
53 <div> | 53 <div> |
54 <canvas id="timeline-canvas"/> | 54 <canvas id="timeline-canvas"/> |
55 </div> | 55 </div> |
56 <table> | 56 <table> |
57 <tr id="timeline-legend"> | 57 <tr id="timeline-legend"> |
58 </tr> | 58 </tr> |
59 </table> | 59 </table> |
| 60 <div> |
| 61 Current code object: <span id="timeline-currentCode"></span> |
| 62 </div> |
60 </div> | 63 </div> |
61 | 64 |
62 <br> | 65 <br> |
63 | 66 |
64 <div id="calltree" style="display : none"> | 67 <div id="calltree" style="display : none"> |
65 <div id="mode-bar"> | 68 <div id="mode-bar"> |
66 </div> | 69 </div> |
67 | 70 |
68 <br> | 71 <br> |
69 Attribution: | 72 Attribution: |
(...skipping 27 matching lines...) Expand all Loading... |
97 | 100 |
98 <p style="font-style:italic;"> | 101 <p style="font-style:italic;"> |
99 <br> | 102 <br> |
100 <br> | 103 <br> |
101 <br> | 104 <br> |
102 Copyright the V8 Authors - Last change to this page: 2017/02/15 | 105 Copyright the V8 Authors - Last change to this page: 2017/02/15 |
103 </p> | 106 </p> |
104 | 107 |
105 </body> | 108 </body> |
106 </html> | 109 </html> |
OLD | NEW |