ruby: reset timing after cache warm up
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 15 Oct 2012 22:27:15 +0000 (17:27 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 15 Oct 2012 22:27:15 +0000 (17:27 -0500)
commit6a65fafa52925ec4278121278b048363a3abd5ac
tree0add5d78fd8955c26249414291deb36d90dfd9ce
parentb6bd4f34b4a20ac158af610b71aaa24ac86b1ef6
ruby: reset timing after cache warm up
Ruby system was recently converted to a clocked object. Such objects maintain
state related to the time that has passed so far. During the cache warmup, Ruby
system changes its own time and the global time. Later on, the global time is
restored. So Ruby system also needs to reset its own time.
src/mem/ruby/system/System.cc
src/sim/clocked_object.hh