Instead of keeping track of the fraction of time that we're
authorNathan Binkert <binkertn@umich.edu>
Mon, 8 Dec 2003 19:01:48 +0000 (14:01 -0500)
committerNathan Binkert <binkertn@umich.edu>
Mon, 8 Dec 2003 19:01:48 +0000 (14:01 -0500)
commit1d7c11af7d876e758e7afce47782563aefdcdcc7
treec42cad0e4b7b9aaa4abfdfb93c56a06f20a1354b
parent0ff2457bfaa223c70d431d100c5b5a92540ff6e2
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
cpu/simple_cpu/simple_cpu.cc
cpu/simple_cpu/simple_cpu.hh