diff options
author | Nathan Binkert <nate@binkert.org> | 2007-08-04 16:02:04 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2007-08-04 16:02:04 -0700 |
commit | 157bd25802d0775ea5b2b7c217f3e57f51562dee (patch) | |
tree | 760c73e2552e541536baa40247cfbdd02f794cc0 /src/python/m5 | |
parent | d8900d8478d86789d1120f11c9918d65a456d96e (diff) | |
download | gem5-157bd25802d0775ea5b2b7c217f3e57f51562dee.tar.xz |
python: provide access to stats
--HG--
extra : convert_revision : 18a4e9ef21bd77ec73482557e028d535f0c1f273
Diffstat (limited to 'src/python/m5')
-rw-r--r-- | src/python/m5/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/m5/__init__.py b/src/python/m5/__init__.py index 96cb2ca13..f21bb362e 100644 --- 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 |