> On Jan. 25, 2013, 9:41 a.m., Nilay Vaish wrote: > > src/python/m5/stats/sql.py, line 265 > > <http://reviews.gem5.org/r/1641/diff/1/?file=33215#file33215line265> > > > > salf?
Fixed. Thanks. - Sascha ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1641/#review3909 ----------------------------------------------------------- On Jan. 29, 2013, 2:43 a.m., Andreas Hansson wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/1641/ > ----------------------------------------------------------- > > (Updated Jan. 29, 2013, 2:43 a.m.) > > > Review request for Default. > > > Description > ------- > > Changeset 9518:aa3cff339427 > --------------------------- > stats: Add the geometric mean to the histogram > > This patch adds the geometric mean to the histogram stat. This requires the > sum of logs of individual samples to be used. This is already calculated in > C++ and therefore simply needs to be passed into the python. > > The geometric mean is written to the text based output, whereas only the sum > of > logs of individual samples is written to the SQL database. This is done as the > geometric mean can be calculated offline. > > > Diffs > ----- > > src/python/m5/stats/__init__.py 5532a1642108 > src/python/m5/stats/display.py PRE-CREATION > src/python/m5/stats/info.py PRE-CREATION > src/python/m5/stats/sql.py PRE-CREATION > > Diff: http://reviews.gem5.org/r/1641/diff/ > > > Testing > ------- > > > Thanks, > > Andreas Hansson > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
