gem5/base/stats
Nathan Binkert a24016c731 Several tweaks to make binning work in any simulation
configuration so that we can always have binning on.

base/statistics.cc:
    If we're binning, and there is no bin active at the time
    we check all stats stuff, create a bin.
base/statistics.hh:
    FS_MEASURE doesn't exist anymore
base/stats/text.cc:
    don't print out bin names if there is only one bin
sim/process.cc:
    don't zero stats.  It happens automatically.
    Don't activate the context at the time it is registered,
    instead activate the first context in a startup callback.
sim/process.hh:
    Add startup callback to initialize the first exec context

--HG--
extra : convert_revision : bcb23cdb184b0abf7cecd79902f8a59b50f71fe4
2005-02-17 02:48:56 -05:00
..
events.cc Fix some mysql code issues. 2005-01-21 11:29:19 -05:00
events.hh fix up the recordEvent stuff to support ignoring events 2004-06-28 16:49:35 -04:00
flags.hh rename namespace Statistics to Stats 2004-05-21 13:39:20 -04:00
mysql.cc Stats database fixes to avoid naming conflicts in the database 2004-07-22 23:59:12 -04:00
mysql.hh Stats database fixes to avoid naming conflicts in the database 2004-07-22 23:59:12 -04:00
mysql_run.hh add support to add a string to indicate a particular sample of a run 2004-06-28 15:53:06 -04:00
output.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
statdb.cc more initial checking of stats 2004-07-22 21:31:35 -04:00
statdb.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
text.cc Several tweaks to make binning work in any simulation 2005-02-17 02:48:56 -05:00
text.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
types.hh make stuff compile on openbsd again 2004-10-23 12:31:24 -04:00
visit.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
visit.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00