commit | 5d272ce4ff457557070fc81cf7e2aa93f69ba5c8 | [log] [tgz] |
---|---|---|
author | Daniel Nishi <dhnishi@google.com> | Mon Jun 26 13:42:36 2017 -0700 |
committer | Daniel Nishi <dhnishi@google.com> | Wed Jul 05 10:10:15 2017 -0700 |
tree | e45b8858ffa172b83c2bb1d366cc658ddd799c96 | |
parent | c619ad77bb95246f62e5014210b5e5cdb07b8756 [diff] |
Unify storage calculations. Due to one calculation using longs and the other using doubles, there were situations where the percentage was off-by-one between the two places. By changing both places to now use doubles to calculate percentages, the numbers should be unified. Change-Id: I4f4ed19326562e198273adc60a1593c7d1a6b6a7 Fixes: 37923610 Test: Manual