| <script src="resources/profiler-test-JS-resources.js"></script> |
| console.profile("Many Calls In The Same Scope"); |
| insertGivenText("This was a triumph."); |
| arrayOperatorFunction(7); |
| <body onload="startTest()"> |
| This page's JavaScript has many function calls in the same scope. |
| To use this test, load it in the browser then load the WebInspector and look at |
| the profile. In the profile many functions should be the children of startTest. |
| Use the sorting capabilites to make sure the similarly named functions are sorted |