summaryrefslogtreecommitdiff
path: root/base/statistics.hh
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-05-15Many files:Steve Reinhardt
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-06-05Many files:Steve Reinhardt
2005-03-01Fix stats incompatibility with g++ 3.4.Steve Reinhardt
2005-02-17Several tweaks to make binning work in any simulationNathan Binkert
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim
2004-07-06Make binning work with stuff other than FS_MEASURENathan Binkert
2004-05-21rename namespace Statistics to StatsNathan Binkert
2004-05-12Make a new stat type of Value which is a scalar stat thatNathan Binkert
2004-05-04Major stats package cleanupNathan Binkert
2004-03-04Overall gist of this is to 'dynamicize' the tracking of functions so you can ...Lisa Hsu
2004-02-29Initial cleanup pass of lisa's function call trackingNathan Binkert
2004-02-25Fix stats debugging and always compile it in for theNathan Binkert
2004-02-02Change "Foo& foo" declarations to "Foo &foo".Steve Reinhardt
2004-02-02More conversions of ref-counted parameters to references:Steve Reinhardt
2003-12-28Improve python output supportNathan Binkert
2003-12-24Add python output support to the statistics package!Nathan Binkert
2003-12-24initial basic hooks into the stats package to output python codeNathan Binkert
2003-12-24Random cleanupNathan Binkert
2003-12-24formatting for consistencyNathan Binkert
2003-12-24more readable formattingNathan Binkert
2003-12-24Random cleanup to make things work a bit betterNathan Binkert
2003-12-23- change the FormatFlags into more general StatFlagsNathan Binkert
2003-12-23- Allow the stats package user to determine in which mode to dumpNathan Binkert
2003-12-20Fix a bunch of memory leak type bugs, and add some betterNathan Binkert
2003-12-15Another fix for gcc 3.3.x.Steve Reinhardt
2003-12-10Rename RegResetCallback to registerResetCallback().Steve Reinhardt
2003-12-09Sweeping change in the stats package....again...Nathan Binkert
2003-11-22Go Blue!!!!Nathan Binkert
2003-11-22We only need to choose that we do want binning, or we don't.Nathan Binkert
2003-11-06Nat's fix for compile bugSteve Raasch
2003-11-06better binning of Average statsNathan Binkert
2003-11-05Ok, actually call resetStats on all statsNathan Binkert
2003-11-04Hack to enable perl totaling of standard deviation statistics.Lisa Hsu
2003-11-04Add the ability to track stats in user defined sets of function calls. code ...Lisa Hsu
2003-11-02Implement more m5 pseduo opcodes:Nathan Binkert
2003-11-01statistics.hh:Lisa Hsu
2003-10-31I forgot - also to typedef the default type of bin choice given to every visi...Lisa Hsu
2003-10-30statistics.hh:Lisa Hsu
2003-10-30Make some general changes to stats package where things either could have bee...Lisa Hsu
2003-10-22statistics.hh:Lisa Hsu
2003-10-22AutomergeLisa Hsu
2003-10-21statistics.hh:Lisa Hsu
2003-10-16Clear up the last of the Doxygen warningsErik Hallnor
2003-10-14Fixes for the new stats in SegmentedIQSteve Raasch
2003-10-14Since I seem to be bug compatible with the head I'm going to commit.Erik Hallnor
2003-10-10Merge ehallnor@zizzer:/bk/m5Erik Hallnor
2003-10-10Fully Document Statistics::Detail::Stat. More to follow.Erik Hallnor
2003-10-10fix includesNathan Binkert