Map Profile Settings
To run a map using the Map Profiler utility to capture and report map execution statistics, you must configure the Map Profile settings in the Map Profile window as follows:
Function times
Enable the All or Above option to view function time statistics in the profiler report.
Option | Description |
---|---|
None | (Default setting) When None is enabled, function time statistics are not reported. |
All | When you select All, each function and each function call is provided in the profiler output. Every occurrence of every function is displayed with the depth (level), number of iterations, elapsed time, map name, and type name. |
Above | Use the Above option to obtain a smaller output file. When you specify a value in 1/10 milliseconds (10000 = 1 second), function times are only recorded when they exceed that value. You can reduce profiler output by specifying a time limit so that nothing is reported until it exceeds the time limit that you specify. |
Summary | When you choose the Summary option, the report contains a summary for each function instead of listing every occurrence. A function is listed once with the total number of iterations and total elapsed time for all iterations. |
Type times
Enable the All or Above option to view type time statistics in the profiler report.
Option | Description |
---|---|
None | (Default setting) When None is enabled, function time statistics are not reported. |
All | When you select All, each type per rule is provided in the profiler output. For each rule, the time, map name, and type name are reported. |
Above | Use the Above option to obtain a smaller output file. When you specify a value in 1/10 milliseconds (10000 = 1 second), types times are only recorded when they exceed that value. You can reduce profiler output by specifying a time limit so that nothing is reported until it exceeds the time limit that you specify. |
Summary | When you choose the Summary option, the report contains a summary of types per rule. A type name is displayed once with the total number of iterations and total elapsed time for those iterations. |
File output
Option | Description |
---|---|
Fixed Width | This option produces a readable, flat file output. |
Comma Delimited | This option produces a comma-delimited output which is useful for exporting to spreadsheet programs. |