> /** All counters are of 64-bit values. */ > typedef double Counter; > > This line is from src/base/stats/types.hh. It seems intentional. But this > will not work correctly for all arithmetic operations on variables of type > Counter. Can't we use int64_t instead?
What exactly won't work? At one point (way long ago), I think counters were int64_t, but the change could have unforeseen effects. Nate _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
