README 478 B

123456789101112131415161718
  1. The bytecounts.py script produces the formulas that are coded into the
  2. analytical.py script.
  3. The analytical.py script produces the formulas that are coded into the
  4. plotdats.py script.
  5. You shouldn't have to touch either of those, unless the simulator itself
  6. changes.
  7. If you're just plotting the output of simulator logfiles, just do:
  8. $ ./parselogs.py ../path/to/*.log
  9. (the above will generate 5 .dat files)
  10. $ ./plotdats.py
  11. (the above will generate a bunch of .pdf graphs)