Totally re-do/reorganize the python part of the statistics code
authorNathan Binkert <binkertn@umich.edu>
Tue, 10 Aug 2004 01:20:52 +0000 (21:20 -0400)
committerNathan Binkert <binkertn@umich.edu>
Tue, 10 Aug 2004 01:20:52 +0000 (21:20 -0400)
commit2771abb6ed43fe78de0489a2257d48f3aac43ba7
tree8b97bcdfb8861af53ae5ede6f0d5da74b470ac05
parent2c5356835d429c95610b9f125abc6aaddcb48395
Totally re-do/reorganize the python part of the statistics code
Make the database creation/removal/cleanup code use python
Make formulas work with the database
Add support to do some graphing, but needs more work
Still need to work on vectors, 2d vectors, dists and vectordists

--HG--
extra : convert_revision : 1a88320dcc036a3751e8a036770766dce76a568c
util/stats/db.py [new file with mode: 0644]
util/stats/dbinit.py [new file with mode: 0644]
util/stats/display.py [new file with mode: 0644]
util/stats/flags.py [new file with mode: 0644]
util/stats/info.py [new file with mode: 0644]
util/stats/print.py [new file with mode: 0644]
util/stats/stats.py [new file with mode: 0755]