|
The program can create three report types. They are:
- HTML report contains summary information, execution times for project, tasks and threads.
- Text/Excel report contains threads-level information in machine readable tab-delimited format. It can be open by Microsoft Excel.
- SQL statements report. This report contains actually executed SQL statements with time of execution and fetching.
Following table describes most important report items.
| Item | Description |
| Project Initialization Time | Sum of initialization time of all active project's tasks |
| Total Project Execution Time | Actual (objective) time of the project execution including initialization and termination |
| Execution Mode | Please refer to "modes" for details |
| Task Initialization Time | Actual (objective) time of the task preparation including all threads creation and run |
| Total Task Duration | Sum of the all task's threads execution time |
| Executed times | Number of completed iterations of the current thread |
| Average Speed | Average number of completed iterations per second |
| Max Duration | Maximum time (seconds) was spend to current thread execution |
| Min Duration | Minimum time (seconds) was spend to current thread execution |
| Total Duration | Total thread execution time including initialization and data rows fetching |
|