rename namespace Statistics to Stats

--HG--
extra : convert_revision : 28f1703f8d7d8cf33fb952ae450f66bdba860fb7
This commit is contained in:
Nathan Binkert
2004-05-21 13:39:20 -04:00
parent f5c7b1358c
commit 62d756f253
39 changed files with 146 additions and 146 deletions

View File

@@ -95,7 +95,7 @@ Process::Process(const string &name,
void
Process::regStats()
{
using namespace Statistics;
using namespace Stats;
num_syscalls
.name(name() + ".PROG:num_syscalls")