-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/3013/
-----------------------------------------------------------

(Updated Sept. 15, 2015, 8:03 p.m.)


Review request for Default.


Repository: gem5


Description (updated)
-------

Changeset 11111:4c4cf541c973
---------------------------
ruby: convert global statistical variables to local ones.
Several statistical quantities collected by ruby where recorded / published
using global variables.  Since we want to have multiple ruby systems working
together, this is a hindrance.  Hence, we are convert such global variables to
local ones.

The src/python/m5/stats/__init__.py is being updated so that we go over ruby
stats and collate them as required.  It seems to me that we should have a
general way in which we can tailor the stats in python just before they are
sent to output.


Diffs (updated)
-----

  src/mem/ruby/slicc_interface/AbstractController.hh 7d20e7490023 
  src/mem/ruby/slicc_interface/AbstractController.cc 7d20e7490023 
  src/mem/slicc/symbols/StateMachine.py 7d20e7490023 
  src/python/m5/stats/__init__.py 7d20e7490023 

Diff: http://reviews.gem5.org/r/3013/diff/


Testing
-------


Thanks,

Nilay Vaish

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

Reply via email to