Skip to content
Snippets Groups Projects
Verified Commit 8052920a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Manual: document the oo_.time field

[skip ci]
parent d9ca83f3
Branches
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment