Showing iterations in deterministic simulation

When I run a deterministic simulation on a model in Dynare 4.0.4 I see the progress of each iteration like so:

[code]MODEL SIMULATION :

1 - err = 2.1947
Time of iteration :0.269
2 - err = 0.011506
Time of iteration :0.273
3 - err = 1.8136e-06
Time of iteration :0.294

Total time of simulation 	:0.838

Convergency obtained.[/code]

But in the latest Dynare 4.4.2 I see only this:

[code]MODEL SIMULATION:

Simulation concluded successfully after 2 iterations.
Total time of simulation : 1.626
Convergency obtained.[/code]

Can Dynare 4.4.2 also display each iteration as it is processed? I find this feature very helpful and I cannot see a way to bring it back after reading the manual.

Use

It won’t display the time but the residual

Excellent, this works well. Thank you.