Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Side by Side Diff: content/browser/debugger/manual_tests/profiler-test-focus-and-exclude.html

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698