Age | Commit message (Expand) | Author |
2011-01-10 | stats: Add a histogram statistic type | Nathan Binkert |
2011-01-10 | stats: fix the distribution stat | Nathan Binkert |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-08-23 | stats: Fix off-by-one error in distributions. | Ali Saidi |
2010-07-21 | stats: unify the two stats distribution type better | Nathan Binkert |
2010-07-21 | stats: cleanup a few small problems in stats | Nathan Binkert |
2010-06-15 | stats: rename print to display so it work in python | Nathan Binkert |
2010-06-03 | Stats: fix dist stat and enable VectorDistStat | Lisa Hsu |
2010-02-23 | stats: this makes some fixes to AverageStat and AverageVector. | Lisa Hsu |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-05-13 | stats: tidy up the Distribution type a little bit | Nathan Binkert |
2009-05-13 | stats: fancy is a bad name | Nathan Binkert |
2009-04-22 | stats: Move flags into info.hh and use base/flags.hh to manage the flags | Nathan Binkert |
2009-04-22 | stats: Shuffle around info stuff so it can be accessed separately | Nathan Binkert |
2009-04-22 | stats: Rename the info classes to hopefully make things a bit clearer | Nathan Binkert |
2009-04-08 | stats: disallow duplicate statistic names. | Nathan Binkert |
2009-03-16 | stats: fix compiler error | Nathan Binkert |
2009-03-07 | stats: cleanup text output stuff and fix mysql output | Nathan Binkert |
2009-03-07 | build: fix errors for compilers other than g++ 4.3 | Nathan Binkert |
2009-03-05 | stats: create an enable phase, and a prepare phase. | Nathan Binkert |
2009-03-05 | stats: clean up how templates are used on the data side. | Nathan Binkert |
2009-03-05 | stats: remove the template wart left over from the ancient binning stuff | Nathan Binkert |
2009-03-05 | stats: stick the distribution's fancy parameter into the parameters structure. | Nathan Binkert |
2009-03-05 | stats: Add a wrapper class for the information side of things. | Nathan Binkert |
2009-03-05 | stats: better naming of template parameters for the wrapper stuff | Nathan Binkert |
2009-03-05 | stats: get rid of meaningless uses of virtual | Nathan Binkert |
2009-03-05 | stats: miscellaneous cleanup | Nathan Binkert |
2009-02-23 | stats: reorganize how parameters are stored and accessed. | Nathan Binkert |
2009-02-23 | stats: move the limits stuff into the types.hh file | Nathan Binkert |
2009-02-23 | stats: get rid of the convoluted 'database' code. | Nathan Binkert |
2009-02-23 | stats: Try to make the names of things more intuitive. | Nathan Binkert |
2008-10-09 | stats: use properly signed types for looping and comparison | Nathan Binkert |
2008-10-09 | style: Bring statistics code in line with the proper style. | Nathan Binkert |
2008-10-02 | stats: Fix small bug pointed out by unit testing. | Nathan Binkert |
2008-09-19 | Use C++ limits where applicable for portability | Nathan Binkert |
2007-10-30 | Add constant stat. | Vilas Sridharan |
2007-05-11 | total should be the sum of the vector result of an operation, | Nathan Binkert |
2007-02-21 | Make comments refer to ticks not cycles | Nathan Binkert |
2007-02-17 | Get rid of the Statistics and Statreset ParamContexts, and | Nathan Binkert |
2007-01-27 | While I'm waiting for legion to run make m5 compile with a few more compilers | Ali Saidi |
2007-01-26 | make our code a little more standards compliant | Ali Saidi |
2006-11-08 | DWARF2 symbol support seems to be broken on Solaris. Use stabs+ | Ali Saidi |
2006-06-11 | Merge iceaxe.:/Volumes/work/research/m5/head | Nathan Binkert |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-22 | New directory structure: | Steve Reinhardt |