summaryrefslogtreecommitdiff
path: root/src/base/statistics.cc
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-10-14stats: Add more information to uninitialized errorJason Lowe-Power
2016-10-06ruby: garnet2.0Tushar Krishna
2016-02-06style: fix missing spaces in control statementsSteve Reinhardt
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2014-10-20base: Fix for stats node on gcc < 4.6.3Andreas Hansson
2014-10-16config: Add a --without-python option to build processAndrew Bardsley
2014-01-10stats: add function for adding two histogramsNilay Vaish
2013-09-06stats: adds a Formula operator for divisionNilay Vaish
2013-02-19scons: Add warning for missing declarationsAndreas Hansson
2012-06-05stats: Provide a mechanism to get a callback when stats are dumped.Mitchell Hayenga
2012-05-10stats: track if the stats have been enabled and prevent requesting master idAli Saidi
2011-05-12stats: move code that loops over all stats into pythonNathan Binkert
2011-04-20stats: ensure that stat names are validNathan Binkert
2011-04-20stats: add user settable separator string for arrayed statsBrad Danofsky
2011-04-15debug: create a Debug namespaceNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-01-10stats: Add a histogram statistic typeNathan Binkert
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2010-06-15stats: rename print to display so it work in pythonNathan Binkert
2010-06-15stats: only consider a formula initialized if there is a formulaNathan Binkert
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2009-04-22stats: Move flags into info.hh and use base/flags.hh to manage the flagsNathan 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
2009-03-05stats: create an enable phase, and a prepare phase.Nathan Binkert
2009-03-05stats: clean up how templates are used on the data side.Nathan Binkert
2009-02-23stats: reorganize how parameters are stored and accessed.Nathan Binkert
2009-02-23stats: get rid of the convoluted 'database' code.Nathan Binkert
2009-02-23stats: Try to make the names of things more intuitive.Nathan Binkert
2008-10-09stats: use properly signed types for looping and comparisonNathan Binkert
2006-06-11Merge iceaxe.:/Volumes/work/research/m5/headNathan Binkert
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt