.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
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

  1. Settings modified or updated in any configuration file will be written out in the .stat file.