ran Pr algorithm to generate results
This commit is contained in:
@@ -364,8 +364,8 @@ struct perf_info schedule_RR(struct pinfo *processes) { // Déclaration de la fo
|
||||
}
|
||||
|
||||
void write_file(struct pinfo * process, struct perf_info * perf) {
|
||||
FILE *myStream_execution = fopen("executionRR.csv", "w");
|
||||
FILE *myStream_performance = fopen("performanceRR.csv", "w");
|
||||
FILE *myStream_execution = fopen("executionPr.csv", "w");
|
||||
FILE *myStream_performance = fopen("performancePr.csv", "w");
|
||||
|
||||
if (myStream_execution == NULL || myStream_performance == NULL) {
|
||||
perror("Erreur à l'ouverture des fichiers");
|
||||
|
||||
Reference in New Issue
Block a user