diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2005-03-23 15:55:09 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2005-03-23 15:55:09 -0500 |
commit | a8182f74df69ea0071597589d2d24ae92f555cf1 (patch) | |
tree | 29d61b95b2b8bde7affe3794f6e7e3f8034b2a92 /util/stats | |
parent | 903c984770f05efccd6487aa90e26957c28907d5 (diff) | |
download | gem5-a8182f74df69ea0071597589d2d24ae92f555cf1.tar.xz |
update profile code to use shared categories file
util/stats/stats.py:
add database command to help
--HG--
extra : convert_revision : 5d77e9d3e142f884d08d34b730c385c41c6bcafb
Diffstat (limited to 'util/stats')
-rwxr-xr-x | util/stats/stats.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/stats/stats.py b/util/stats/stats.py index c9b7ab2ac..e09c57211 100755 --- a/util/stats/stats.py +++ b/util/stats/stats.py @@ -19,6 +19,9 @@ Usage: %s [-E] [-F] [-d <db> ] [-g <get> ] [-h <host>] [-p] stability <pairnum> <stats> Calculated statistical info about stats stat <regex> Show stat data (only matching regex) stats [regex] List all stats (only matching regex) + + database <command> Where command is drop, init, or clean + ''' % sys.argv[0] sys.exit(1) |