Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SR experiment now working
[simgrid.git] / src / simix / smx_private.h
index 495ba7a7959d11449602d89a8d8f4351b685b408..b2e5375f4afab8a64c0ff20b55c3cb6c7abb9a74 100644 (file)
@@ -33,6 +33,9 @@
 //#define TIME_BENCH_PER_SR /* this aims at measuring the time spent in each scheduling round per each thread. The code is thus run in sequential to bench separately each SSR */
 //#define TIME_BENCH_AMDAHL /* this aims at measuring the porting of time that could be parallelized at maximum (to get the optimal speedup by applying the amdahl law). */
 
+#ifdef TIME_BENCH_PER_SR
+void smx_ctx_raw_new_sr(void);
+#endif
 /********************************** Simix Global ******************************/
 typedef struct s_smx_global {
   smx_context_factory_t context_factory;