Skip to content
Snippets Groups Projects
Commit a75ff986 authored by BERTUOL YOANN's avatar BERTUOL YOANN
Browse files

correction Graphes

parent 57cc4f0f
Branches
No related merge requests found
......@@ -84,11 +84,11 @@ Description de la démarche systématique et de l'espace d'exploration pour chaq
### Temps d'exécution
![plot](graph_time.png)
![plot](graphs/graph_time.png)
### Consommation mémoire
![plot](graph_memoire.png)
![plot](graphs/graph_memoire.png)
### Analyse des résultats préalables
......
......@@ -11,7 +11,7 @@ facet_grid(
) +
ggsave("graph_time.png")
ggplot(perf,aes(OpSize,Mem)) +
ggplot(perf,aes(OpSize,Memory)) +
geom_smooth() +
facet_grid(
rows = vars(Type),
......
......@@ -31,7 +31,7 @@ cd ../src
/usr/bin/javac *.java
echo -e "Size\tOperation\tOpSize\tType\tTime\tMem"
echo -e "Size\tOperation\tOpSize\tType\tTime\tMemory"
for size in ${structSize[*]}; do
for operation in ${operationType[*]}; do
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment