/** 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?

--
Nilay

_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to