2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / profiler / profile-calls-in-included-file.html
blob305a60564a939fcbc95fc1c69eed5a3c2ebe509f
1 <html>
2 <head>
3 <script src="resources/profiler-test-JS-resources.js"></script>
4 <script>
5 if (window.layoutTestController) {
6 layoutTestController.dumpAsText();
7 layoutTestController.setJavaScriptProfilingEnabled(true);
10 function startTest()
12 startProfile("Profile call in included file");
13 endTest();
15 </script>
16 </head>
18 <body onload="startTest()">
19 This page calls the profiler from the included file.
20 <br>
21 <br>
22 To run this test manually, load it in the browser then load the WebInspector and look at
23 the profile. If there is a profile that is sufficient for this test.
24 <div id="output"></div>
25 <script>
26 </script>
27 </body>
28 </html>