diff options
author | Steve Reinhardt <steve.reinhardt@amd.com> | 2011-01-07 21:50:29 -0800 |
---|---|---|
committer | Steve Reinhardt <steve.reinhardt@amd.com> | 2011-01-07 21:50:29 -0800 |
commit | c22be9f2f016872b05d65c82055ddc936b4aa075 (patch) | |
tree | a261c6044632eab6cd472869932a9ddfb4e425c1 /src/python/m5 | |
parent | 94807214c417f3124e2824597c2867f91c1017b3 (diff) | |
download | gem5-c22be9f2f016872b05d65c82055ddc936b4aa075.tar.xz |
stats: rename StatEvent() function to schedStatEvent().
This follows the style rules and is more descriptive.
Diffstat (limited to 'src/python/m5')
-rw-r--r-- | src/python/m5/stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/m5/stats.py b/src/python/m5/stats.py index 907fad531..24072aeb0 100644 --- a/src/python/m5/stats.py +++ b/src/python/m5/stats.py @@ -28,7 +28,7 @@ import internal -from internal.stats import StatEvent as event +from internal.stats import schedStatEvent as schedEvent from objects import Root def initText(filename, desc=True): |