base: Make the Value stat's functor method accept lambdas.
[gem5.git] / src / base / statistics.hh
2020-09-01 Gabe Blackbase: Make the Value stat's functor method accept lambdas.
2020-08-18 Gabe Blackmisc: Make the stats callbacks use CallbackQueue2.
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-22 Sandipan Dasbase: Fix build errors with gcc 10.x
2020-04-29 Nikos Nikolerisbase, python, sim: Add support for resoving a stat...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackbase: Delete authors lists from files in base.
2020-02-10 Daniel R. Carvalhobase: Fix squares of stats
2019-09-10 Andreas Sandbergstats: Fix incorrect name conflict panic with grouped...
2019-08-29 Andreas Sandbergstats: Add support for hierarchical stats
2019-08-21 Ciro Santillibase: assert that stats bucket size is greater than 0
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2018-12-04 Nikos Nikolerisbase, sim: Add missing destructors
2018-11-28 Nikos Nikolerisbase: Add missing overrides in statistics header
2018-02-13 Rekai Gonzalez-Alb... sim: Make Stats truly non-copy-constructible
2017-03-09 Pierre-Yves Péneaumisc: add missing copyright/author information in previ...
2017-02-15 Pierre-Yves Péneaumem, stats: fix typos in CommMonitor and Stats
2016-07-21 David Guillen Fandosbase: Add total() to Vector2D stat
2014-10-20 Andreas Hanssonbase: Fix for stats node on gcc < 4.6.3
2014-10-16 Andreas Hanssonbase: Use shared_ptr for stat Node
2014-10-16 Andrew Bardsleyconfig: Add a --without-python option to build process
2014-10-01 Andreas Hanssonmisc: Fix issues identified by static analysis
2014-09-20 Andreas Hanssonbase: Clean up redundant string functions and use C++11
2014-09-19 Andreas Hanssonmisc: Remove assertions ensuring unsigned values >= 0
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-05-09 Stephan Diestelhorststats: Method stats source
2014-01-10 Nilay Vaishstats: add function for adding two histograms
2013-09-09 Nilay Vaishstats: add operator= for DataWrapVec class
2013-09-06 Nilay Vaishruby: network: convert to gem5 style stats
2013-09-06 Nilay Vaishstats: adds a Formula operator for division
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2012-06-05 William Wangstats: when applying an operation to two vectors sum...
2012-06-05 Mitchell Hayengastats: Provide a mechanism to get a callback when stats...
2012-05-10 Ali Saidistats: fix bug in assert for 2d vector
2012-05-10 Ali Saidistats: track if the stats have been enabled and prevent...
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-10 Prakash Ramrakhyanisim: Enable sampling of run-time for code-sections...
2011-08-19 Thomas GrassStats: Add a sparse histogram stat object.
2011-05-12 Nathan Binkertstats: move code that loops over all stats into python
2011-04-20 Brad Danofskystats: add user settable separator string for arrayed...
2011-04-15 Nathan Binkertincludes: fix up code after sorting
2011-04-15 Nathan Binkertincludes: sort all includes
2011-01-10 Nathan Binkertstats: Add a histogram statistic type
2011-01-10 Nathan Binkertstats: fix the distribution stat
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-08-23 Ali Saidistats: Fix off-by-one error in distributions.
2010-07-22 Nathan Binkertstats: unify the two stats distribution type better
2010-07-21 Nathan Binkertstats: cleanup a few small problems in stats
2010-06-15 Nathan Binkertstats: rename print to display so it work in python
2010-06-03 Lisa HsuStats: fix dist stat and enable VectorDistStat
2010-02-23 Lisa Hsustats: this makes some fixes to AverageStat and Average...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-13 Nathan Binkertstats: tidy up the Distribution type a little bit
2009-05-13 Nathan Binkertstats: fancy is a bad name
2009-04-22 Nathan Binkertstats: Move flags into info.hh and use base/flags.hh...
2009-04-22 Nathan Binkertstats: Shuffle around info stuff so it can be accessed...
2009-04-22 Nathan Binkertstats: Rename the info classes to hopefully make things...
2009-04-09 Nathan Binkertstats: disallow duplicate statistic names.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-16 Nathan Binkertstats: fix compiler error
2009-03-07 Nathan Binkertstats: cleanup text output stuff and fix mysql output
2009-03-07 Nathan Binkertbuild: fix errors for compilers other than g++ 4.3
2009-03-06 Nathan Binkertstats: create an enable phase, and a prepare phase.
2009-03-06 Nathan Binkertstats: clean up how templates are used on the data...
2009-03-06 Nathan Binkertstats: remove the template wart left over from the...
2009-03-06 Nathan Binkertstats: stick the distribution's fancy parameter into...
2009-03-06 Nathan Binkertstats: Add a wrapper class for the information side...
2009-03-06 Nathan Binkertstats: better naming of template parameters for the...
2009-03-06 Nathan Binkertstats: get rid of meaningless uses of virtual
2009-03-06 Nathan Binkertstats: miscellaneous cleanup
2009-02-23 Nathan Binkertstats: reorganize how parameters are stored and accessed.
2009-02-23 Nathan Binkertstats: move the limits stuff into the types.hh file
2009-02-23 Nathan Binkertstats: get rid of the convoluted 'database' code.
2009-02-23 Nathan Binkertstats: Try to make the names of things more intuitive.
2008-10-09 Nathan Binkertstats: use properly signed types for looping and comparison
2008-10-09 Nathan Binkertstyle: Bring statistics code in line with the proper...
2008-10-02 Nathan Binkertstats: Fix small bug pointed out by unit testing.
2008-09-19 Nathan BinkertUse C++ limits where applicable for portability
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Vilas SridharanAdd constant stat.
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-14 Ali SaidiMerge zizzer:/bk/newmem
2007-05-13 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-05-11 Nathan Binkerttotal should be the sum of the vector result of an...
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-02-25 Ali SaidiMerge zizzer:/bk/newmem
2007-02-23 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-22 Ali SaidiMerge zizzer:/bk/newmem
2007-02-22 Nathan BinkertMake comments refer to ticks not cycles
2007-02-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-19 Ali SaidiMerge zizzer:/bk/newmem
2007-02-18 Nathan BinkertGet rid of the Statistics and Statreset ParamContexts...
2007-02-01 Lisa HsuMerge zizzer:/bk/newmem
next