Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New function: void gras_cpu_burn(double flops) -- a simple CPU burner
[simgrid.git] / include / gras / emul.h
index 7b3865d..28ba517 100644 (file)
@@ -163,6 +163,8 @@ XBT_PUBLIC(int) gras_bench_once_end(void);
 /** \brief Stop benchmarking this part of the code
     \hideinitializer */
 #define GRAS_BENCH_ONCE_RUN_ONCE_END()      } gras_bench_once_end()
+
+XBT_PUBLIC(void) gras_cpu_burn(double flops);
 /** @} */
 
 SG_END_DECL()