David 10 anni fa
parent
commit
fb1ceb0493
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -72,3 +72,6 @@ ejercicio9: all makedir
 	./simusched ejer2.tsk 1 $(CONTEXT_SWITCH) $(CORE_SWITCH) SchedMFQ 10 05 | ./graphsched.py > informe/imagenes/ejercicio9_1core.png
 	./simusched ejer2.tsk 2 $(CONTEXT_SWITCH) $(CORE_SWITCH) SchedMFQ 10 05 02 | ./graphsched.py > informe/imagenes/ejercicio9_2core.png
 	./simusched ejer2.tsk 4 $(CONTEXT_SWITCH) $(CORE_SWITCH) SchedMFQ 10 07 05 02 | ./graphsched.py > informe/imagenes/ejercicio9_4core.png
+
+casos: all makedir
+	for f in casos/*json; do ./scripts/batchplotter.py $$f; done