ruby: cleaning up RubyQueue and RubyNetwork dprintfs
authorKorey Sewell <ksewell@umich.edu>
Wed, 23 Feb 2011 05:58:40 +0000 (00:58 -0500)
committerKorey Sewell <ksewell@umich.edu>
Wed, 23 Feb 2011 05:58:40 +0000 (00:58 -0500)
commit67cc52a6056e17ff5bc9e0da60e1e498a5dc2c1b
tree1c9036bf240e80a618a4691f1b9b1486270dc444
parent63a25a56ccc93c24703fec87f830c833974e7060
ruby: cleaning up RubyQueue and RubyNetwork dprintfs
Overall, continue to progress Ruby debug messages to more of the normal M5
debug message style
- add a name() to the Ruby Throttle & PerfectSwitch objects so that the debug output
isn't littered w/"global:" everywhere.
- clean up messages that print over multiple lines when possible
- clean up duplicate prints in the message buffer
src/mem/ruby/buffers/MessageBuffer.cc
src/mem/ruby/buffers/MessageBuffer.hh
src/mem/ruby/common/NetDest.hh
src/mem/ruby/network/simple/PerfectSwitch.cc
src/mem/ruby/network/simple/PerfectSwitch.hh
src/mem/ruby/network/simple/Throttle.cc
src/mem/ruby/network/simple/Throttle.hh