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

Unified Diff: content/browser/debugger/manual_tests/profiler-test-basic-grid-functionality.html

Issue 11645015: Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools files into content/rendere… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/debugger/manual_tests/profiler-test-basic-grid-functionality.html
diff --git a/content/browser/debugger/manual_tests/profiler-test-basic-grid-functionality.html b/content/browser/debugger/manual_tests/profiler-test-basic-grid-functionality.html
new file mode 100644
index 0000000000000000000000000000000000000000..18417154cea83beb23952501eec52ef311f6c8c6
--- /dev/null
+++ b/content/browser/debugger/manual_tests/profiler-test-basic-grid-functionality.html
@@ -0,0 +1,38 @@
+<html>
+ <head>
+ <title>Profiler: basic grid functionality test</title>
+ <script type="text/javascript" src="resources/fib.js"></script>
+ </head>
+ <body onload="run_fib()">
+ This test runs a simple looped computation to test basic
+ functionality of profile view grid.
+ <br>
+ <br>
+ To use this test:
+ <ul>
+ <li>load file in the browser;
+ <li>open DevTools (Ctrl+Shift+I on Win/Linux, Command+Option+I on Mac);
+ <li>go to 'Profiles' page;
+ <li>press 'Start profiling' button
+ (gray dot on the left side of status bar);
+ <li>wait for 5 seconds;
+ <li>press 'Stop profiling' button
+ (red dot on the left side of status bar);
+ </ul>
+ <br>
+ On the left pane under 'CPU profiles' section, an item called
+ 'Profile 1' must appear, and a grid with profile data must
+ appear on the right. Now test the following functionality in the grid:
+ <ul>
+ <li>change sorting order in each column by clicking on its header;
+ <li>resize each column;
+ <li>toggle between showing absolute times and percents
+ (button with percent sign on the status bar);
+ <li>double-click on numbers in 'Self' and
+ 'Total' columns to toggle between times and percents for
+ this column only;
+ <li>expanding and collapsing tree nodes;
+ <li>toggling between "Heavy" and "Tree" views.
+ </ul>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698