commit | 1371b9ac52d6dd1f955c6bc6f8f04ad2b8e0785e | [log] [tgz] |
---|---|---|
author | Bookatz <bookatz@google.com> | Fri Mar 15 11:37:02 2019 -0700 |
committer | Bookatz <bookatz@google.com> | Mon Mar 18 16:17:56 2019 -0700 |
tree | 960b84ca6388ab36e0602ce7b8bcd3feba50999f | |
parent | 99e57c3c4091c37abeafccd5424e6cade9245c81 [diff] |
LongSamplingCounter - remove update() It wasn't being used anywhere and was requiring an extra long. Since LongSamplingCounter takes up (cumulatively, due the huge number of them) a lot of memory, each byte counts for a lot. (It was added in ag/3771500, but appears to have never been used, so we restore its original algorithm.) Test: atest LongSamplingCounterTest Change-Id: I7349e927ae6fe8c941e408c4d0843b638bf070e9