better binning of Average stats
authorNathan Binkert <binkertn@umich.edu>
Thu, 6 Nov 2003 07:28:27 +0000 (02:28 -0500)
committerNathan Binkert <binkertn@umich.edu>
Thu, 6 Nov 2003 07:28:27 +0000 (02:28 -0500)
commit07d56ae7becde051c23911706ebd58647e3b8ef6
tree92dd771967a7b9a6bb7009e4873ca129d57e8ded
parent655e9ef3de65ce71f63fce23152de862994c38f3
better binning of Average stats

base/statistics.hh:
    Try to make binning of Average statistics work a little better.
    This solution is far from perfect though since we really need
    to call set(p.current, p) when the binning takes place.

    To fix the binning, we need to have the current value non-binned,
    to do that, we make make the current value part of the Params struct.
    This means that we can't pass around const Params structs

    Maybe we need a binswap callback :/

--HG--
extra : convert_revision : c2892387dbabe011bdcd6f0d99005c1c50653720
base/statistics.hh