.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
TOTAL TIME SPENT IN MODULE: module_name; CPU= cpu_time; WALL= wall_time
- Data
- Description
- module_name
- The name of the module.
- cpu_time
- The amount of CPU time spent in this module.
- wall_time
- Total elapsed time spent in this module.
Comments
- Settings modified or updated in any configuration file will be written out in the .stat file.