From cfe41d0a1bc3b778995cd1b22f8d58037300143b Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 29 Jan 2010 20:29:21 -0800 Subject: ruby: Removed RubySystem::getNumberOfSequencers removed the static function RubySystem::getNumberOfSequencers and replaced it with a python config variable --- src/mem/ruby/profiler/Profiler.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mem/ruby/profiler/Profiler.hh') diff --git a/src/mem/ruby/profiler/Profiler.hh b/src/mem/ruby/profiler/Profiler.hh index 8c5e54f51..4af0f559d 100644 --- a/src/mem/ruby/profiler/Profiler.hh +++ b/src/mem/ruby/profiler/Profiler.hh @@ -262,6 +262,8 @@ private: //added by SS bool m_hot_lines; bool m_all_instructions; + + int m_num_of_sequencers; }; // Output operator declaration -- cgit v1.2.3