1
0
walkingonions-boosted/analysis
2022-03-17 17:05:34 +01:00
..
analytical.py Initial commit 2022-03-17 17:05:34 +01:00
bytecounts.py Initial commit 2022-03-17 17:05:34 +01:00
calcprop.py Initial commit 2022-03-17 17:05:34 +01:00
parselogs.py Initial commit 2022-03-17 17:05:34 +01:00
plotbandwidth.py Initial commit 2022-03-17 17:05:34 +01:00
plotdats.py Initial commit 2022-03-17 17:05:34 +01:00
plotdist.py Initial commit 2022-03-17 17:05:34 +01:00
plotonionperf.py Initial commit 2022-03-17 17:05:34 +01:00
README Initial commit 2022-03-17 17:05:34 +01:00

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)