diff options
author | Daniel Sanchez <sanchezd@stanford.edu> | 2009-05-11 10:38:44 -0700 |
---|---|---|
committer | Daniel Sanchez <sanchezd@stanford.edu> | 2009-05-11 10:38:44 -0700 |
commit | ab5e4a22b3893fb0ccdfbf466d46983caeb5948e (patch) | |
tree | 58681979392d2f395da7c284c2f42113939396ee /src/mem/ruby/profiler/Profiler.cc | |
parent | 84a18e7fdc6106a04188254f940a0e987efe750c (diff) | |
download | gem5-ab5e4a22b3893fb0ccdfbf466d46983caeb5948e.tar.xz |
ruby: Removed System name clash by renaming ruby's System to RubySystem
Diffstat (limited to 'src/mem/ruby/profiler/Profiler.cc')
-rw-r--r-- | src/mem/ruby/profiler/Profiler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/profiler/Profiler.cc b/src/mem/ruby/profiler/Profiler.cc index 46c6c37bc..9bb4b6b4c 100644 --- a/src/mem/ruby/profiler/Profiler.cc +++ b/src/mem/ruby/profiler/Profiler.cc @@ -819,7 +819,7 @@ void Profiler::printStats(ostream& out, bool short_stats) } // XACT_MEMORY if (!short_stats) { - out << "Request vs. System State Profile" << endl; + out << "Request vs. RubySystem State Profile" << endl; out << "--------------------------------" << endl; out << endl; |