Skip to content

PerfMonComps: Bugfix of time conversion in the log message in PerfMonMTSvc

While playing around w/ the PerfMonMTSvc I noticed that the time conversion while reporting the cpu and wall time measurements in the event-loop had a bug. To give an example 119000 ms was being converted to 1.06 mins while it should've been 1.98 mins. This is now fixed, and while doing so I changed the format too. Now the above example will be reported as 00h01m59s, instead.

cc: @haozturk

Merge request reports