-
Notifications
You must be signed in to change notification settings - Fork 12
Results Scripts
Young edited this page Jun 11, 2014
·
12 revisions
All results-related scripts are in */results/plots/. */results/<system>/<num-slaves> is where log files for particular systems and number of machines go (see here).
| File | Description |
|---|---|
all-plots.tex |
LaTeX file that generates a PDF of all plots from our experiments |
constants.py |
Contains constants included by the *.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 (see --help) |
plot-all.sh |
Wrapper for plot*.py, plots and saves all experimental data as .eps files to */results/plots/figs/ (needed for all-plots.tex) |
plot-paper.sh |
Wrapper for plot*.py, plots and saves a subset of the experimental data as .eps (used for our paper) |
plot-with-cuts.py |
Plots specific data with y-axis cuts |
plot.py |
Plots specific data (time, memory, network; master, premizan; etc.) |