
Calculating the duration when reporting timings often suffered floating point round-offs that harmed the legibility of the log. For example, rendering a diff might have logged the following. Diff Syntax Render: 71.60000000000036 With this change, the value is rounded and units are added, so the same log message appears like the following. Diff Syntax Render: 72ms Change-Id: Ib52349ea796734189efe2b88c1c072bf1bd981cf