----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1655/ -----------------------------------------------------------
(Updated Jan. 20, 2013, 9:01 a.m.) Review request for Default. Description (updated) ------- Changeset 9479:d1627018ee1e --------------------------- ruby: record fully busy cycle with in the controller This patch does several things. First, the counter for fully busy cycles for a controller is now kept with in the controller, instead of being part of the profiler. Second, the topology class no longer keeps an array of controllers which was only used for printing stats. Instead, ruby system will now ask each controller to print the stats. Thirdly, the statistical variable for recording how many different types were created is being moved in to the controller from the profiler. Note that for printing, the profiler will collate results from different controllers. Diffs (updated) ----- src/mem/ruby/common/Global.hh 736909f5c13b src/mem/ruby/common/Global.cc 736909f5c13b src/mem/ruby/network/Topology.hh 736909f5c13b src/mem/ruby/network/Topology.cc 736909f5c13b src/mem/ruby/network/garnet/BaseGarnetNetwork.cc 736909f5c13b src/mem/ruby/network/simple/SimpleNetwork.cc 736909f5c13b src/mem/ruby/profiler/Profiler.hh 736909f5c13b src/mem/ruby/profiler/Profiler.cc 736909f5c13b src/mem/ruby/slicc_interface/AbstractController.hh 736909f5c13b src/mem/ruby/slicc_interface/AbstractController.cc 736909f5c13b src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.hh 736909f5c13b src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.cc 736909f5c13b src/mem/ruby/system/MachineID.hh 736909f5c13b src/mem/ruby/system/System.cc 736909f5c13b src/mem/slicc/symbols/StateMachine.py 736909f5c13b Diff: http://reviews.gem5.org/r/1655/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
