rename namespace Statistics to Stats
--HG-- extra : convert_revision : 28f1703f8d7d8cf33fb952ae450f66bdba860fb7
This commit is contained in:
@@ -98,7 +98,7 @@ class Process : public SimObject
|
||||
std::string prog_fname; // file name
|
||||
Addr prog_entry; // entry point (initial PC)
|
||||
|
||||
Statistics::Scalar<> num_syscalls; // number of syscalls executed
|
||||
Stats::Scalar<> num_syscalls; // number of syscalls executed
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user