-
Notifications
You must be signed in to change notification settings - Fork 12
Results Scripts
Young edited this page May 3, 2014
·
12 revisions
All results-related scripts are in */results/plot/
. */results/<system>/<num-slaves>
is where log files for particular systems and number of machines go (see here).
File | Description |
---|---|
all-plots.pdf |
PDF of all plots from our experiments |
all-plots.tex |
LaTeX file that generates above PDF |
constants.py |
Contains constants included by *.py scripts |
data_*.py |
Raw data parsed from our experiments |
gen-all.sh |
Wrapper for gen-data.py , produces all data_*.py
|
gen-data.py |
Parses log files for a particular statistic |
plot-all.sh |
Wrapper for plot*.py , plots and saves all experimental data as .eps files to figs/ (needed for all-plots.tex ) |
plot-paper.sh |
Wrapper for plot*.py , plots and saves subset of experimental data as .eps (used for our paper) |
`plot-with-cuts.py | Plots specific data with y-axis cuts |
plot.py |
Plots specific data |