From 8052920a72575dd9d41fa91acb22542667741c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 4 Oct 2021 15:16:13 +0200 Subject: [PATCH] Manual: document the oo_.time field [skip ci] --- doc/manual/source/running-dynare.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/manual/source/running-dynare.rst b/doc/manual/source/running-dynare.rst index 2c4927b78..11c13e6dd 100644 --- a/doc/manual/source/running-dynare.rst +++ b/doc/manual/source/running-dynare.rst @@ -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: