Comparisons |
You can view a comparison between test runs of a selected test. To view a comparison:
You can control what information you want displayed. Make the settings discussed here by clicking the Settings icon: •The User Actions tab can be hidden by setting "Display overview of all runs" = No. You can set this as the default by using the "Display overview" property of the Web Benchmark control in Web Designer. •The individual execution times on the User Actions tab can be hidden by setting "Display run times per individual action/event" = No. You can set this as the default by using the "Display individual run times on overview" property of the Web Benchmark control in Web Designer. •The Events per User Action and Events Profile tabs can be hidden by setting "Display eveents profile" = No. You can set this as the default by using the "Display overview" property of the Web Benchmark control in Web Designer. •The Message Log tab is hidden by default. It may be displayed by setting "Display message log" = Yes. User Actions tab This tab shows the following columns.
Events per User Action tab The Events per User Action tab shows more execution details for each action, by displaying the event details (event name, client/server type, its target parameters, etc), and how long it has taken to execute this event. These events are all sorted on their timestamps of starting and finishing. In the case it is a server (Page Engine) event, it will also have a prefix “Id” between brackets, corresponding with the “stateId” attribute in their corresponding Page Engine logs. If more than a single log is compared in this dialog, then you must click on the “Event details for run #<number>” boxes to view the details for that log. Events Profile tab The Events Profile tab shows a more elaborate execution path of the events that were executed during a test run. The indentation of the event name means that this event has been executed as part of the event above it (if it has less indentation, otherwise it is just a next event inside of another event), the values in the “Parameters” section show the list of parameters that were used for that event. This information is very useful for discovering if your page performs as best as possible, by finding events that are executed unnecessarily, or taking too much time to execute. The times on the right are the milliseconds passed since start of the test, not the actual execution time of that specific event.
See also Running the profiler for a test
|