| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <title>Profiler: focusing and exclusion test</title> | 3 <title>Profiler: focusing and exclusion 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 focusing and | 7 This test runs a simple looped computation to test focusing and |
| 8 exclusion functionality of profile view grid. | 8 exclusion functionality of profile view grid. |
| 9 <br> | 9 <br> |
| 10 <br> | 10 <br> |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 </ul> | 62 </ul> |
| 63 <br> | 63 <br> |
| 64 TESTS 4 and 5: | 64 TESTS 4 and 5: |
| 65 <br> | 65 <br> |
| 66 Now switch to 'Tree (Top Down)' view and repeat testing steps. | 66 Now switch to 'Tree (Top Down)' view and repeat testing steps. |
| 67 For the 'Exclude selected function' function test, use | 67 For the 'Exclude selected function' function test, use |
| 68 'Script:' function node, as 'eternal_fib' has only | 68 'Script:' function node, as 'eternal_fib' has only |
| 69 one entry in this view. | 69 one entry in this view. |
| 70 </body> | 70 </body> |
| 71 </html> | 71 </html> |
| OLD | NEW |