]> git.llucax.com Git - z.facultad/75.00/presentacion.git/commit
Terminar sección de Resultados
authorLeandro Lucarella <llucax@gmail.com>
Sun, 28 Nov 2010 22:17:06 +0000 (19:17 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 28 Nov 2010 22:17:06 +0000 (19:17 -0300)
commit2344ba9aca46df3a2522d5fbf10927d229f28cbf
tree22b50c692566f6d170f9f710ed4d6079d8c017a1
parent544e90427fec08ffcbe531983e86a3dbb997fe83
Terminar sección de Resultados

Se agregan los archivos de estadísticas en bruto y la scriptería necesaria
para normalizarlos y convertirlos en gráficos lindos en PDF via GNUplot.
Además se agrega el script original que se utiliza para genera las
estadísticas en bruto a partir de los datos realmente en crudo (la salida
de las estadísticas de GC).
71 files changed:
Makefile
gen-raw-hist.sh [new file with mode: 0755]
histogram-plot.tpl.gpi [new file with mode: 0644]
img/raw-hist-mem-bh.csv [new file with mode: 0644]
img/raw-hist-mem-bigarr.csv [new file with mode: 0644]
img/raw-hist-mem-bisort.csv [new file with mode: 0644]
img/raw-hist-mem-conalloc.csv [new file with mode: 0644]
img/raw-hist-mem-concpu.csv [new file with mode: 0644]
img/raw-hist-mem-dil.csv [new file with mode: 0644]
img/raw-hist-mem-em3d.csv [new file with mode: 0644]
img/raw-hist-mem-mcore.csv [new file with mode: 0644]
img/raw-hist-mem-rnddata.csv [new file with mode: 0644]
img/raw-hist-mem-sbtree.csv [new file with mode: 0644]
img/raw-hist-mem-split.csv [new file with mode: 0644]
img/raw-hist-mem-tsp.csv [new file with mode: 0644]
img/raw-hist-mem-voronoi.csv [new file with mode: 0644]
img/raw-hist-ncol-bh.csv [new file with mode: 0644]
img/raw-hist-ncol-bigarr.csv [new file with mode: 0644]
img/raw-hist-ncol-bisort.csv [new file with mode: 0644]
img/raw-hist-ncol-conalloc.csv [new file with mode: 0644]
img/raw-hist-ncol-concpu.csv [new file with mode: 0644]
img/raw-hist-ncol-dil.csv [new file with mode: 0644]
img/raw-hist-ncol-em3d.csv [new file with mode: 0644]
img/raw-hist-ncol-mcore.csv [new file with mode: 0644]
img/raw-hist-ncol-rnddata.csv [new file with mode: 0644]
img/raw-hist-ncol-sbtree.csv [new file with mode: 0644]
img/raw-hist-ncol-split.csv [new file with mode: 0644]
img/raw-hist-ncol-tsp.csv [new file with mode: 0644]
img/raw-hist-ncol-voronoi.csv [new file with mode: 0644]
img/raw-hist-pause-bh.csv [new file with mode: 0644]
img/raw-hist-pause-bigarr.csv [new file with mode: 0644]
img/raw-hist-pause-bisort.csv [new file with mode: 0644]
img/raw-hist-pause-conalloc.csv [new file with mode: 0644]
img/raw-hist-pause-concpu.csv [new file with mode: 0644]
img/raw-hist-pause-dil.csv [new file with mode: 0644]
img/raw-hist-pause-em3d.csv [new file with mode: 0644]
img/raw-hist-pause-mcore.csv [new file with mode: 0644]
img/raw-hist-pause-rnddata.csv [new file with mode: 0644]
img/raw-hist-pause-sbtree.csv [new file with mode: 0644]
img/raw-hist-pause-split.csv [new file with mode: 0644]
img/raw-hist-pause-tsp.csv [new file with mode: 0644]
img/raw-hist-pause-voronoi.csv [new file with mode: 0644]
img/raw-hist-stw-bh.csv [new file with mode: 0644]
img/raw-hist-stw-bigarr.csv [new file with mode: 0644]
img/raw-hist-stw-bisort.csv [new file with mode: 0644]
img/raw-hist-stw-conalloc.csv [new file with mode: 0644]
img/raw-hist-stw-concpu.csv [new file with mode: 0644]
img/raw-hist-stw-dil.csv [new file with mode: 0644]
img/raw-hist-stw-em3d.csv [new file with mode: 0644]
img/raw-hist-stw-mcore.csv [new file with mode: 0644]
img/raw-hist-stw-rnddata.csv [new file with mode: 0644]
img/raw-hist-stw-sbtree.csv [new file with mode: 0644]
img/raw-hist-stw-split.csv [new file with mode: 0644]
img/raw-hist-stw-tsp.csv [new file with mode: 0644]
img/raw-hist-stw-voronoi.csv [new file with mode: 0644]
img/raw-hist-time-bh.csv [new file with mode: 0644]
img/raw-hist-time-bigarr.csv [new file with mode: 0644]
img/raw-hist-time-bisort.csv [new file with mode: 0644]
img/raw-hist-time-conalloc.csv [new file with mode: 0644]
img/raw-hist-time-concpu.csv [new file with mode: 0644]
img/raw-hist-time-dil.csv [new file with mode: 0644]
img/raw-hist-time-em3d.csv [new file with mode: 0644]
img/raw-hist-time-mcore.csv [new file with mode: 0644]
img/raw-hist-time-rnddata.csv [new file with mode: 0644]
img/raw-hist-time-sbtree.csv [new file with mode: 0644]
img/raw-hist-time-split.csv [new file with mode: 0644]
img/raw-hist-time-tsp.csv [new file with mode: 0644]
img/raw-hist-time-voronoi.csv [new file with mode: 0644]
presentacion.rst
stats.py [new file with mode: 0755]
templite.py [new file with mode: 0755]