python: provide access to stats
authorNathan Binkert <nate@binkert.org>
Sat, 4 Aug 2007 23:02:04 +0000 (16:02 -0700)
committerNathan 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

index 96cb2ca13c312a3784e55361f6766f564cdede60..f21bb362eb058a145a52da27436d9233c6e0897e 100644 (file)
@@ -92,6 +92,7 @@ if running_m5:
     from event import *
     from simulate import *
     from main import options
+    import stats
 
 import SimObject
 import params