> On Jan. 25, 2013, 9:08 a.m., Nathan Binkert wrote: > > src/python/m5/stats/info.py, line 923 > > <http://reviews.gem5.org/r/1637/diff/1/?file=33200#file33200line923> > > > > I'm sure I'm being pedantic, but this is a bugfix for something else.
Yes it is. I have moved it into the generic "bugfixes" patch for now. - Sascha ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1637/#review3899 ----------------------------------------------------------- On Jan. 29, 2013, 2:29 a.m., Andreas Hansson wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/1637/ > ----------------------------------------------------------- > > (Updated Jan. 29, 2013, 2:29 a.m.) > > > Review request for Default. > > > Description > ------- > > Changeset 9514:49b7545d94ab > --------------------------- > stats: Implement code to manipulate vector2d stats in python > > This patch adds functionality to the vector2d stat type in python. It allows: > Testing for equality > Adding two vector2d stats together > Subtracting one vector2d from another > Dividing a vector2d stat by a scalar > > This funtionality is already present for all other stats in the python module. > > > Diffs > ----- > > src/python/m5/stats/info.py PRE-CREATION > > Diff: http://reviews.gem5.org/r/1637/diff/ > > > Testing > ------- > > > Thanks, > > Andreas Hansson > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
