From e22e41a7d4f56a3f5977d518bd88245c44694120 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stepan@adjemian.eu>
Date: Fri, 3 Apr 2020 11:29:05 +0200
Subject: [PATCH] Added preprocessor's option notime.

Do not print the total computing time at the end of the driver evaluation.
---
 doc/manual/source/running-dynare.rst | 4 ++++
 preprocessor                         | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/manual/source/running-dynare.rst b/doc/manual/source/running-dynare.rst
index e370654be9..4748f41d4b 100644
--- a/doc/manual/source/running-dynare.rst
+++ b/doc/manual/source/running-dynare.rst
@@ -214,6 +214,10 @@ by the ``dynare`` command.
 
         Suppresses all warnings.
 
+    .. option:: notime
+
+        Do not print the total computing time at the end of the driver.
+
     .. option:: transform_unary_ops
 
        Transform the following operators in the model block into auxiliary
diff --git a/preprocessor b/preprocessor
index fb72472ee0..27a8b3b70e 160000
--- a/preprocessor
+++ b/preprocessor
@@ -1 +1 @@
-Subproject commit fb72472ee0ca34ade2f401043fedc19dc64b8621
+Subproject commit 27a8b3b70ed93e45f17e9792d0a23ea781b2b4dc
-- 
GitLab