diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-05-21 13:39:20 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-05-21 13:39:20 -0400 |
commit | 62d756f253f8ced44d8a054fa229da4b3cce896a (patch) | |
tree | 986dde28ed0d51113d72ad56fd1d55571a09e55d /sim/stat_control.hh | |
parent | f5c7b1358cf0b27c27c10eae42e09949613e24a9 (diff) | |
download | gem5-62d756f253f8ced44d8a054fa229da4b3cce896a.tar.xz |
rename namespace Statistics to Stats
--HG--
extra : convert_revision : 28f1703f8d7d8cf33fb952ae450f66bdba860fb7
Diffstat (limited to 'sim/stat_control.hh')
-rw-r--r-- | sim/stat_control.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/stat_control.hh b/sim/stat_control.hh index 9a5e269e1..56170dc77 100644 --- a/sim/stat_control.hh +++ b/sim/stat_control.hh @@ -32,7 +32,7 @@ #include <fstream> #include <list> -namespace Statistics { +namespace Stats { enum { Reset = 0x1, @@ -47,6 +47,6 @@ void SetupEvent(int flags, Tick when, Tick repeat = 0); void InitSimStats(); -/* namespace Statistics */ } +/* namespace Stats */ } #endif // __SIM_STAT_CONTROL_HH__ |