X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..4a201b7ceece70d2bc461ac48c8b746a36d07243:/include/gras/emul.h diff --git a/include/gras/emul.h b/include/gras/emul.h index 7b3865d5d7..e2c3bcc0b3 100644 --- a/include/gras/emul.h +++ b/include/gras/emul.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* gras/emul.h - public interface to emulation support */ /* (specific parts for SG or RL) */ @@ -163,6 +161,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()