.stat file
The .stat file is an ASCII format results file.
File Creation
This file is always created.
File Contents
This file provides details on CPU and elapsed time for each solver module.
File Format
Information on CPU and elapsed time is provided in the following format:
TOTAL TIME SPENT IN MODULE: module_name; CPU= cpu_time; WALL= wall_time
where: |
module_name |
is the name of the module. |
cpu_time |
is the amount of CPU time spent in this module. |
|
wall_time |
is the total elapsed time spent in this module. |
1. | Settings modified or updated in any configuration file will be written out in the .stat file. |