projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8900d8
)
python: provide access to stats
author
Nathan Binkert
<nate@binkert.org>
Sat, 4 Aug 2007 23:02:04 +0000
(16:02 -0700)
committer
Nathan Binkert
<nate@binkert.org>
Sat, 4 Aug 2007 23:02:04 +0000
(16:02 -0700)
--HG--
extra : convert_revision :
18a4e9ef21bd77ec73482557e028d535f0c1f273
src/python/m5/__init__.py
patch
|
blob
|
history
diff --git
a/src/python/m5/__init__.py
b/src/python/m5/__init__.py
index 96cb2ca13c312a3784e55361f6766f564cdede60..f21bb362eb058a145a52da27436d9233c6e0897e 100644
(file)
--- a/
src/python/m5/__init__.py
+++ b/
src/python/m5/__init__.py
@@
-92,6
+92,7
@@
if running_m5:
from event import *
from simulate import *
from main import options
+ import stats
import SimObject
import params