summaryrefslogtreecommitdiff
path: root/src/python/SConscript
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2011-05-12 11:19:32 -0700
committerNathan Binkert <nate@binkert.org>2011-05-12 11:19:32 -0700
commit35b0c1d3910595875de67a34f6b993047470fd55 (patch)
treef38c0a5a48492f6294ade11776963dfb84a763c5 /src/python/SConscript
parent9c4c1419a7d83e9bc39c94aa0a37dd1bbbecc38d (diff)
downloadgem5-35b0c1d3910595875de67a34f6b993047470fd55.tar.xz
stats: better expose statistics to python.
Build a python list and dict of all stats and expose flags properly. --HG-- rename : src/python/m5/stats.py => src/python/m5/stats/__init__.py
Diffstat (limited to 'src/python/SConscript')
-rw-r--r--src/python/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/SConscript b/src/python/SConscript
index 3c410b531..cbb37d0c5 100644
--- a/src/python/SConscript
+++ b/src/python/SConscript
@@ -46,10 +46,10 @@ PySource('m5', 'm5/options.py')
PySource('m5', 'm5/params.py')
PySource('m5', 'm5/proxy.py')
PySource('m5', 'm5/simulate.py')
-PySource('m5', 'm5/stats.py')
PySource('m5', 'm5/ticks.py')
PySource('m5', 'm5/trace.py')
PySource('m5.objects', 'm5/objects/__init__.py')
+PySource('m5.stats', 'm5/stats/__init__.py')
PySource('m5.util', 'm5/util/__init__.py')
PySource('m5.util', 'm5/util/attrdict.py')
PySource('m5.util', 'm5/util/code_formatter.py')