summaryrefslogtreecommitdiff
path: root/src/base/stats
AgeCommit message (Expand)Author
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-07-21base: Add total() to Vector2D statDavid Guillen Fandos
2015-11-27base: Add support for changing output directoriesAndreas Sandberg
2014-09-20base: Clean up redundant string functions and use C++11Andreas Hansson
2014-09-19stats: Fix flow-control bug in Vector2D printingAndreas Hansson
2014-01-10stats: add function for adding two histogramsNilay Vaish
2013-08-20base: Fix VectorPrint initialisationAndreas Hansson
2013-08-19stats: Fix issue when printing 2D vectorsSascha Bischoff
2013-06-27stats: Remove printing of SparseHist totalSascha Bischoff
2013-06-09stats: allow printing vectors on a single lineNilay Vaish
2013-02-19scons: Add warning for missing declarationsAndreas Hansson
2013-01-07scons: Enforce gcc >= 4.4 or clang >= 2.9 and c++0x supportAndreas Hansson
2012-05-09stats: use nan instead of no_valueNathan Binkert
2012-04-14clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6Andreas Hansson
2012-01-09stats: fix Vector2d to display stats correctly when y_subname is not specified.Dam Sunwoo
2012-01-09sim: Enable sampling of run-time for code-sections marked using pseudo insts.Prakash Ramrakhyani
2011-12-01Output: Add hierarchical output support and cleanup existing codebase.Chris Emmons
2011-08-19Stats: Add a sparse histogram stat object.Thomas Grass
2011-06-07gcc 4.0: Add some virtual destructors to make gcc 4.0 happy.Gabe Black
2011-05-12stats: delete mysql supportNathan Binkert
2011-05-12stats: move code that loops over all stats into pythonNathan Binkert
2011-04-25base: include types.hh in base/stats/mysql.hhNilay Vaish
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-10Curtick: Fix mysql.cc build needing curTick.Gabe Black
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
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 in the mysql code too...sorryNathan Binkert
2010-06-15stats: rename print to display so it work in pythonNathan Binkert
2010-06-14stats: get rid of the never-really-used event stuffNathan Binkert
2010-06-03Stats: fix dist stat and enable VectorDistStatLisa Hsu
2010-05-06compile: don't #include unnecessary stuffNathan Binkert
2010-01-23build: need to include cstdioNathan 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: fancy is a bad nameNathan Binkert
2009-05-13stats: clean up the code for printing statsNathan Binkert
2009-05-11stats: remove a few compat leftoversNathan Binkert
2009-05-11stats: forgot an include for the mysql stuffNathan Binkert
2009-05-11scons: add include guards to info.hhNathan 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-22stats: remove simplescalar compatibility for printingNathan Binkert
2009-04-22stats: fix initialization bug in distribution text outputNathan Binkert