Skip to content

Enrich Utils::Timer functionnalities

Nicolas Cadart requested to merge feat/EnrichTimerUtility into master
  • 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

Merge request reports