diff --git a/tests/reporting/runDynareReport.m b/tests/reporting/runDynareReport.m index 07608bc8b..675b7161e 100644 --- a/tests/reporting/runDynareReport.m +++ b/tests/reporting/runDynareReport.m @@ -16,7 +16,7 @@ function runDynareReport(dc_a, dc_q, db_a, db_q) % You should have received a copy of the GNU General Public License % along with Dynare. If not, see . - +tic larange= dates('2007a'):dates('2014a'); trange = dates('2012q2'):dates('2014q4'); prange = dates('2007q1'):dates('2013q4'); @@ -230,4 +230,5 @@ rep = rep.addSeries('data', dc_q{'LRPFOOD_BAR_WORLD'}, ... %% Write & Compile Report rep.write(); rep.compile(); +toc end \ No newline at end of file