Searched hist:9450 (Results 1 - 2 of 2) sorted by relevance
/gem5/src/sim/ | ||
H A D | stat_control.hh | diff 9450:35d4879ad7c2 Mon Jan 07 16:56:00 EST 2013 Sascha Bischoff <sascha.bischoff@arm.com> stats: Fix swig wrapping for Tick in stats Tick was not correctly wrapped for the stats system, and therefore it was not possible to configure the stats dumping from the python scripts without defining Ticks as long long. This patch fixes the wrapping of Tick by copying the typemap of uint64_t to Tick. |
H A D | stat_control.cc | diff 9450:35d4879ad7c2 Mon Jan 07 16:56:00 EST 2013 Sascha Bischoff <sascha.bischoff@arm.com> stats: Fix swig wrapping for Tick in stats Tick was not correctly wrapped for the stats system, and therefore it was not possible to configure the stats dumping from the python scripts without defining Ticks as long long. This patch fixes the wrapping of Tick by copying the typemap of uint64_t to Tick. |
Completed in 13 milliseconds