Mariem makni лет назад: 5
Родитель
Сommit
282dc470a6
1 измененных файлов с 1 добавлено и 1 удалено
  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()
 {