X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..ad64a3a9153f4e7a067ac0d1457251f65bb6e3d1:/include/gras/emul.h diff --git a/include/gras/emul.h b/include/gras/emul.h index 7b3865d5d7..b71ee1f379 100644 --- a/include/gras/emul.h +++ b/include/gras/emul.h @@ -1,9 +1,8 @@ -/* $Id$ */ - /* gras/emul.h - public interface to emulation support */ /* (specific parts for SG or RL) */ -/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2005, 2006, 2007, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -19,7 +18,7 @@ SG_BEGIN_DECL() * * Emulation and virtualization words have a lot of different meanings in * computer science. Here is what we mean, and what this module allows you - * to do (if it does not match your personal belives, I'm sorry): + * to do (if it does not match your personal beliefs, I'm sorry): * * - Virtualization: Having some specific code for the simulation or for the reality * - Emulation: Report within the simulator the execution time of your code @@ -163,7 +162,9 @@ 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() -#endif /* GRAS_COND_H */ +#endif /* GRAS_COND_H */