| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <title>Profiler: basic grid functionality test</title> | 3 <title>Profiler: basic grid functionality test</title> |
| 4 <script type="text/javascript" src="resources/fib.js"></script> | 4 <script type="text/javascript" src="resources/fib.js"></script> |
| 5 </head> | 5 </head> |
| 6 <body onload="run_fib()"> | 6 <body onload="run_fib()"> |
| 7 This test runs a simple looped computation to test basic | 7 This test runs a simple looped computation to test basic |
| 8 functionality of profile view grid. | 8 functionality of profile view grid. |
| 9 <br> | 9 <br> |
| 10 <br> | 10 <br> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 <li>toggle between showing absolute times and percents | 29 <li>toggle between showing absolute times and percents |
| 30 (button with percent sign on the status bar); | 30 (button with percent sign on the status bar); |
| 31 <li>double-click on numbers in 'Self' and | 31 <li>double-click on numbers in 'Self' and |
| 32 'Total' columns to toggle between times and percents for | 32 'Total' columns to toggle between times and percents for |
| 33 this column only; | 33 this column only; |
| 34 <li>expanding and collapsing tree nodes; | 34 <li>expanding and collapsing tree nodes; |
| 35 <li>toggling between "Heavy" and "Tree" views. | 35 <li>toggling between "Heavy" and "Tree" views. |
| 36 </ul> | 36 </ul> |
| 37 </body> | 37 </body> |
| 38 </html> | 38 </html> |
| OLD | NEW |