| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 5 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 6 <script src="profiler.js"></script> | 6 <script src="profiler.js"></script> |
| 7 <script src="chrome://resources/js/util.js"></script> | 7 <script src="chrome://resources/js/util.js"></script> |
| 8 | 8 |
| 9 <style> | 9 <style> |
| 10 | 10 |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 <table><tbody id=snapshots-tbody></tbody></table> | 140 <table><tbody id=snapshots-tbody></tbody></table> |
| 141 <div id=snapshot-selection-summary></div> | 141 <div id=snapshot-selection-summary></div> |
| 142 </td> | 142 </td> |
| 143 </tr> | 143 </tr> |
| 144 </table> | 144 </table> |
| 145 | 145 |
| 146 <hr> | 146 <hr> |
| 147 | 147 |
| 148 <div id='results-div'></div> | 148 <div id='results-div'></div> |
| 149 | 149 |
| 150 <!-- TODO(eroman): This should only be a short-lived solution, | |
| 151 which will eventually be superceded by snapshotting --> | |
| 152 <span id=reset-data-link class=pseudo-link>[Reset tracking data]</span> | |
| 153 | |
| 154 <a style="display: none" id="download-anchor" download="profile.json"></a> | 150 <a style="display: none" id="download-anchor" download="profile.json"></a> |
| 155 </body> | 151 </body> |
| 156 </html> | 152 </html> |
| OLD | NEW |