diff options
author | Thomas Grass <Thomas.Grass@ARM.com> | 2011-08-19 15:08:05 -0500 |
---|---|---|
committer | Thomas Grass <Thomas.Grass@ARM.com> | 2011-08-19 15:08:05 -0500 |
commit | 3f1ae35c6db3321b5f7e0ef4a90e2610a468692b (patch) | |
tree | 0ff0c7143bf8331182f254930e7a944575acc0ca /src/python | |
parent | 676a530b776ca3468a4c318bbe5bbf8b473bc5f2 (diff) | |
download | gem5-3f1ae35c6db3321b5f7e0ef4a90e2610a468692b.tar.xz |
Stats: Add a sparse histogram stat object.
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/swig/stats.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/swig/stats.i b/src/python/swig/stats.i index 0213d5c01..87810d305 100644 --- a/src/python/swig/stats.i +++ b/src/python/swig/stats.i @@ -137,6 +137,7 @@ template <class T> T cast_info(Info *info); %template(dynamic_VectorDistInfo) cast_info<VectorDistInfo *>; %template(dynamic_Vector2dInfo) cast_info<Vector2dInfo *>; %template(dynamic_FormulaInfo) cast_info<FormulaInfo *>; +%template(dynamic_SparseHistInfo) cast_info<SparseHistInfo *>; void initSimStats(); Output *initText(const std::string &filename, bool desc); |