Manual: document the oo_.time field

[skip ci]
pac-components
Sébastien Villemot 2021-10-04 15:16:13 +02:00
parent d9ca83f317
commit 8052920a72
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 7 additions and 1 deletions

View File

@ -216,7 +216,8 @@ by the ``dynare`` command.
.. option:: notime
Do not print the total computing time at the end of the driver.
Do not print the total computing time at the end of the driver, and do
not save that total computing time to ``oo_.time``.
.. option:: transform_unary_ops
@ -582,6 +583,11 @@ by the ``dynare`` command.
saved in the `i` -th field. The fields for non-estimated
endpoints are empty.
.. matvar:: oo_.time
Total computing time of the Dynare run, in seconds. This field is not
set if the :opt:`notime` option has been used.
*Example*
Call dynare from the MATLAB or Octave prompt, without or with options: