gem5/base/stats
Nathan Binkert 6999918dd4 Clean up some mysql stuff to make things work again and
hopefully improve performance a tad.

base/stats/mysql.cc:
    - it's not called sample anymore, it's called tick
    - don't bother to cleanup deleted runs.  Doing this for each run
    is not necessary, it can be done all at once
    - don't query for a bin id every time, just do it once.
    - use locking in a few places to prevent two processes from
    stepping on eachother.
    - don't duplicate subdata ids.  use -1,y and x,-1
base/stats/mysql.hh:
    It's not called sample anymore, it's called tick

--HG--
extra : convert_revision : 95de8498b627c9175da28a66604ec7c719f7804c
2004-07-08 17:48:13 -04:00
..
events.cc Tick is signed, so make Event start be large and positive, 2004-07-08 16:02:37 -04: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 Clean up some mysql stuff to make things work again and 2004-07-08 17:48:13 -04:00
mysql.hh Clean up some mysql stuff to make things work again and 2004-07-08 17:48:13 -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 Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
statdb.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
text.cc Merge saidi@zizzer.eecs.umich.edu:/bk/linux 2004-06-21 01:04:48 -04:00
text.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
types.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -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