Fix: stop rounding off perf times at the second boundary

This broke during the python2 to python3 migration where the definition of division changed.

Now / is floating point division and // is flooring division.

Change-Id: I769b52ada12bb999c1c5032cd2899abc644a3f0a
BUG=198098440
1 file changed