File I/O Time Measuring Method

File I/O Time Measuring Method

For a parallel case file, one needs to read/write the case file first and then issue a command:

(print-case-timer)

For a parallel data file:
(print-data-timer)

The timer can be reset to zero via TUI:

/parallel/time/reset

For measuring the performance of the serial solver, the following commands in the console window can be used:
(benchmark '(read-case "filename")): read time of the case file
(benchmark' (read-data "filename")): read time of the data file
(benchmark '(write-case "filename")
): write time of the case file
(benchmark '(write-data "filename")): write time of the data file.

For more details, please refer to the document below: