gem5/cpu/simple_cpu
Nathan Binkert 1d7c11af7d Instead of keeping track of the fraction of time that we're
idle, keep track of the fraction of time we're not idle.  This
works better because the default processor state is idle, and
the default stat value is 0.
Keep the stat as idleFraction which is a formula that is equal
to 1 - notIdleFraction

--HG--
extra : convert_revision : 331c2e46f45ae0abda46988567ac2c4f7c42ccad
2003-12-08 14:01:48 -05:00
..
simple_cpu.cc Instead of keeping track of the fraction of time that we're 2003-12-08 14:01:48 -05:00
simple_cpu.hh Instead of keeping track of the fraction of time that we're 2003-12-08 14:01:48 -05:00