Files
gerrit/polygerrit-ui/app/elements/core/gr-reporting
Wyatt Allen 4f1e607a9d Better format for timing log
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
2017-09-13 10:17:40 -07:00
..
2017-09-13 10:17:40 -07:00