Age | Commit message (Expand) | Author |
2018-12-04 | base, sim: Add missing destructors | Nikos Nikoleris |
2018-11-28 | base: Add missing overrides in statistics header | Nikos Nikoleris |
2018-02-13 | sim: Make Stats truly non-copy-constructible | Rekai Gonzalez-Alberquilla |
2017-03-09 | misc: add missing copyright/author information in previous commit | Pierre-Yves Péneau |
2017-02-15 | mem, stats: fix typos in CommMonitor and Stats | Pierre-Yves Péneau |
2016-07-21 | base: Add total() to Vector2D stat | David Guillen Fandos |
2014-10-20 | base: Fix for stats node on gcc < 4.6.3 | Andreas Hansson |
2014-10-16 | base: Use shared_ptr for stat Node | Andreas Hansson |
2014-10-16 | config: Add a --without-python option to build process | Andrew Bardsley |
2014-10-01 | misc: Fix issues identified by static analysis | Andreas Hansson |
2014-09-20 | base: Clean up redundant string functions and use C++11 | Andreas Hansson |
2014-09-19 | misc: Remove assertions ensuring unsigned values >= 0 | Andreas Hansson |
2014-09-09 | misc: Fix a number of unitialised variables and members | Andreas Hansson |
2014-05-09 | stats: Method stats source | Stephan Diestelhorst |
2014-01-10 | stats: add function for adding two histograms | Nilay Vaish |
2013-09-09 | stats: add operator= for DataWrapVec class | Nilay Vaish |
2013-09-06 | ruby: network: convert to gem5 style stats | Nilay Vaish |
2013-09-06 | stats: adds a Formula operator for division | Nilay Vaish |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2013-02-19 | scons: Add warning for missing declarations | Andreas Hansson |
2013-02-19 | scons: Fix up numerous warnings about name shadowing | Andreas Hansson |
2012-06-05 | stats: when applying an operation to two vectors sum the components first. | William Wang |
2012-06-05 | stats: Provide a mechanism to get a callback when stats are dumped. | Mitchell Hayenga |
2012-05-10 | stats: fix bug in assert for 2d vector | Ali Saidi |
2012-05-10 | stats: track if the stats have been enabled and prevent requesting master id | Ali Saidi |
2012-01-09 | sim: Enable sampling of run-time for code-sections marked using pseudo insts. | Prakash Ramrakhyani |
2011-08-19 | Stats: Add a sparse histogram stat object. | Thomas Grass |
2011-05-12 | stats: move code that loops over all stats into python | Nathan Binkert |
2011-04-20 | stats: add user settable separator string for arrayed stats | Brad Danofsky |
2011-04-15 | includes: fix up code after sorting | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-01-10 | stats: Add a histogram statistic type | Nathan Binkert |
2011-01-10 | stats: fix the distribution stat | Nathan Binkert |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-08-23 | stats: Fix off-by-one error in distributions. | Ali Saidi |
2010-07-21 | stats: unify the two stats distribution type better | Nathan Binkert |
2010-07-21 | stats: cleanup a few small problems in stats | Nathan Binkert |
2010-06-15 | stats: rename print to display so it work in python | Nathan Binkert |
2010-06-03 | Stats: fix dist stat and enable VectorDistStat | Lisa Hsu |
2010-02-23 | stats: this makes some fixes to AverageStat and AverageVector. | Lisa Hsu |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-05-13 | stats: tidy up the Distribution type a little bit | Nathan Binkert |
2009-05-13 | stats: fancy is a bad name | Nathan Binkert |
2009-04-22 | stats: Move flags into info.hh and use base/flags.hh to manage the flags | Nathan Binkert |
2009-04-22 | stats: Shuffle around info stuff so it can be accessed separately | Nathan Binkert |
2009-04-22 | stats: Rename the info classes to hopefully make things a bit clearer | Nathan Binkert |
2009-04-08 | stats: disallow duplicate statistic names. | Nathan Binkert |