Ian Goldberg e3e184a106 Add analysis and plotting scripts 4 vuotta sitten
..
README e3e184a106 Add analysis and plotting scripts 4 vuotta sitten
analytical.py e3e184a106 Add analysis and plotting scripts 4 vuotta sitten
bytecounts.py e3e184a106 Add analysis and plotting scripts 4 vuotta sitten
parselogs.py e3e184a106 Add analysis and plotting scripts 4 vuotta sitten
plotdats.py e3e184a106 Add analysis and plotting scripts 4 vuotta sitten

README

The bytecounts.py script produces the formulas that are coded into the
analytical.py script.

The analytical.py script produces the formulas that are coded into the
plotdats.py script.

You shouldn't have to touch either of those, unless the simulator itself
changes.

If you're just plotting the output of simulator logfiles, just do:

$ ./parselogs.py ../path/to/*.log

(the above will generate 5 .dat files)

$ ./plotdats.py

(the above will generate a bunch of .pdf graphs)