ruby: remove the three files related to profiling
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 24 Jun 2013 13:59:08 +0000 (08:59 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 24 Jun 2013 13:59:08 +0000 (08:59 -0500)
commitb3db882deeaf5952dc1b63e7cc2d1cce1732c97d
tree8453f34e4d8f7e4a875709a51bb35d9c5a77268d
parent71c6c4311060fb2bc8711188a37f5b6b1a035654
ruby: remove the three files related to profiling
This patch removes the following three files: RubySlicc_Profiler.sm,
RubySlicc_Profiler_interface.cc and RubySlicc_Profiler_interface.hh.
Only one function prototyped in the file RubySlicc_Profiler.sm. Rest of the
code appearing in any of these files is not in use. Therefore, these files
are being removed.

That one single function, profileMsgDelay(), is being moved to the protocol
files where it is in use. If we need any of these deleted functions, I think
the right way to make them visible is to have the AbstractController class in
a .sm and let the controller state machine inherit from this class. The
AbstractController class can then have the prototypes of these profiling
functions in its definition.
src/mem/protocol/MESI_CMP_directory-L1cache.sm
src/mem/protocol/MESI_CMP_directory-L2cache.sm
src/mem/protocol/MI_example-cache.sm
src/mem/protocol/RubySlicc_Profiler.sm [deleted file]
src/mem/protocol/RubySlicc_interfaces.slicc
src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.cc [deleted file]
src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.hh [deleted file]
src/mem/ruby/slicc_interface/RubySlicc_includes.hh
src/mem/ruby/slicc_interface/SConscript