Mariem makni hace 5 años
padre
commit
282dc470a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/perfmodel/energy_model.c

+ 1 - 1
src/core/perfmodel/energy_model.c

@@ -57,7 +57,7 @@ int EventSet = PAPI_NULL;
 /*This is where we store the values we read from the eventset */
 static long long *values;
 
-double t1;
+static double t1;
   
 int starpu_energy_start()
 {