Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-19 | Stats: Add a sparse histogram stat object. | Thomas Grass | |
2011-05-12 | stats: move code that loops over all stats into python | Nathan Binkert | |
2011-04-20 | stats: add user settable separator string for arrayed stats | Brad Danofsky | |
Default is '::', so no visible change unless it is overridden | |||
2011-04-15 | includes: sort all includes | Nathan Binkert | |
2011-01-10 | stats: Add a histogram statistic type | Nathan Binkert | |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt | |
Ran all the source files through 'perl -pi' with this script: s|\s*(};?\s*)?/\*\s*(end\s*)?namespace\s*(\S+)\s*\*/(\s*})?|} // namespace $3|; s|\s*};?\s*//\s*(end\s*)?namespace\s*(\S+)\s*|} // namespace $2\n|; s|\s*};?\s*//\s*(\S+)\s*namespace\s*|} // namespace $1\n|; Also did a little manual editing on some of the arch/*/isa_traits.hh files and src/SConscript. | |||
2010-07-21 | stats: unify the two stats distribution type better | Nathan Binkert | |
2010-06-15 | stats: rename print to display so it work in python | Nathan Binkert | |
2009-05-13 | stats: fancy is a bad name | Nathan Binkert | |
2009-05-11 | stats: remove a few compat leftovers | Nathan Binkert | |
2009-05-11 | scons: add include guards to info.hh | 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 | |