Enrich Utils::Timer functionnalities
- Allow specifying a number of digits to display timer duration in milliseconds : useful to track fast routines that are used lots of times.
- Add the Display method, that prints the average duration of a given timer, in milliseconds : useful to display only once the average duration of a routine that is run a lot of times.
@julia.sanchez PTAL