Age | Commit message (Expand) | Author |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-07-21 | base: Add total() to Vector2D stat | David Guillen Fandos |
2015-11-27 | base: Add support for changing output directories | Andreas Sandberg |
2014-09-20 | base: Clean up redundant string functions and use C++11 | Andreas Hansson |
2014-09-19 | stats: Fix flow-control bug in Vector2D printing | Andreas Hansson |
2014-01-10 | stats: add function for adding two histograms | Nilay Vaish |
2013-08-20 | base: Fix VectorPrint initialisation | Andreas Hansson |
2013-08-19 | stats: Fix issue when printing 2D vectors | Sascha Bischoff |
2013-06-27 | stats: Remove printing of SparseHist total | Sascha Bischoff |
2013-06-09 | stats: allow printing vectors on a single line | Nilay Vaish |
2013-02-19 | scons: Add warning for missing declarations | Andreas Hansson |
2013-01-07 | scons: Enforce gcc >= 4.4 or clang >= 2.9 and c++0x support | Andreas Hansson |
2012-05-09 | stats: use nan instead of no_value | Nathan Binkert |
2012-04-14 | clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6 | Andreas Hansson |
2012-01-09 | stats: fix Vector2d to display stats correctly when y_subname is not specified. | Dam Sunwoo |
2012-01-09 | sim: Enable sampling of run-time for code-sections marked using pseudo insts. | Prakash Ramrakhyani |
2011-12-01 | Output: Add hierarchical output support and cleanup existing codebase. | Chris Emmons |
2011-08-19 | Stats: Add a sparse histogram stat object. | Thomas Grass |
2011-06-07 | gcc 4.0: Add some virtual destructors to make gcc 4.0 happy. | Gabe Black |
2011-05-12 | stats: delete mysql support | Nathan Binkert |
2011-05-12 | stats: move code that loops over all stats into python | Nathan Binkert |
2011-04-25 | base: include types.hh in base/stats/mysql.hh | Nilay Vaish |
2011-04-20 | stats: add user settable separator string for arrayed stats | Brad Danofsky |
2011-04-15 | includes: fix up code after sorting | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-01-10 | stats: Add a histogram statistic type | Nathan Binkert |
2011-01-10 | Curtick: Fix mysql.cc build needing curTick. | Gabe Black |
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-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 in the mysql code too...sorry | Nathan Binkert |
2010-06-15 | stats: rename print to display so it work in python | Nathan Binkert |
2010-06-14 | stats: get rid of the never-really-used event stuff | Nathan Binkert |
2010-06-03 | Stats: fix dist stat and enable VectorDistStat | Lisa Hsu |
2010-05-06 | compile: don't #include unnecessary stuff | Nathan Binkert |
2010-01-23 | build: need to include cstdio | 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: fancy is a bad name | Nathan Binkert |
2009-05-13 | stats: clean up the code for printing stats | Nathan Binkert |
2009-05-11 | stats: remove a few compat leftovers | Nathan Binkert |
2009-05-11 | stats: forgot an include for the mysql stuff | 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 |
2009-04-22 | stats: Rename the info classes to hopefully make things a bit clearer | Nathan Binkert |
2009-04-22 | stats: remove simplescalar compatibility for printing | Nathan Binkert |
2009-04-22 | stats: fix initialization bug in distribution text output | Nathan Binkert |