summaryrefslogtreecommitdiff
path: root/src/base/statistics.hh
AgeCommit message (Expand)Author
2018-12-04base, sim: Add missing destructorsNikos Nikoleris
2018-11-28base: Add missing overrides in statistics headerNikos Nikoleris
2018-02-13sim: Make Stats truly non-copy-constructibleRekai Gonzalez-Alberquilla
2017-03-09misc: add missing copyright/author information in previous commitPierre-Yves Péneau
2017-02-15mem, stats: fix typos in CommMonitor and StatsPierre-Yves Péneau
2016-07-21base: Add total() to Vector2D statDavid Guillen Fandos
2014-10-20base: Fix for stats node on gcc < 4.6.3Andreas Hansson
2014-10-16base: Use shared_ptr for stat NodeAndreas Hansson
2014-10-16config: Add a --without-python option to build processAndrew Bardsley
2014-10-01misc: Fix issues identified by static analysisAndreas Hansson
2014-09-20base: Clean up redundant string functions and use C++11Andreas Hansson
2014-09-19misc: Remove assertions ensuring unsigned values >= 0Andreas Hansson
2014-09-09misc: Fix a number of unitialised variables and membersAndreas Hansson
2014-05-09stats: Method stats sourceStephan Diestelhorst
2014-01-10stats: add function for adding two histogramsNilay Vaish
2013-09-09stats: add operator= for DataWrapVec classNilay Vaish
2013-09-06ruby: network: convert to gem5 style statsNilay Vaish
2013-09-06stats: adds a Formula operator for divisionNilay Vaish
2013-02-19scons: Fix warnings issued by clang 3.2svn (XCode 4.6)Andreas Hansson
2013-02-19scons: Add warning for missing declarationsAndreas Hansson
2013-02-19scons: Fix up numerous warnings about name shadowingAndreas Hansson
2012-06-05stats: when applying an operation to two vectors sum the components first.William Wang
2012-06-05stats: Provide a mechanism to get a callback when stats are dumped.Mitchell Hayenga
2012-05-10stats: fix bug in assert for 2d vectorAli Saidi
2012-05-10stats: track if the stats have been enabled and prevent requesting master idAli Saidi
2012-01-09sim: Enable sampling of run-time for code-sections marked using pseudo insts.Prakash Ramrakhyani
2011-08-19Stats: Add a sparse histogram stat object.Thomas Grass
2011-05-12stats: move code that loops over all stats into pythonNathan Binkert
2011-04-20stats: add user settable separator string for arrayed statsBrad Danofsky
2011-04-15includes: fix up code after sortingNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-01-10stats: Add a histogram statistic typeNathan Binkert
2011-01-10stats: fix the distribution statNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2010-08-23stats: Fix off-by-one error in distributions.Ali Saidi
2010-07-21stats: unify the two stats distribution type betterNathan Binkert
2010-07-21stats: cleanup a few small problems in statsNathan Binkert
2010-06-15stats: rename print to display so it work in pythonNathan Binkert
2010-06-03Stats: fix dist stat and enable VectorDistStatLisa Hsu
2010-02-23stats: this makes some fixes to AverageStat and AverageVector.Lisa Hsu
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2009-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-05-13stats: tidy up the Distribution type a little bitNathan Binkert
2009-05-13stats: fancy is a bad nameNathan Binkert
2009-04-22stats: Move flags into info.hh and use base/flags.hh to manage the flagsNathan Binkert
2009-04-22stats: Shuffle around info stuff so it can be accessed separatelyNathan Binkert
2009-04-22stats: Rename the info classes to hopefully make things a bit clearerNathan Binkert
2009-04-08stats: disallow duplicate statistic names.Nathan Binkert