X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/87502be8d58fb054e092e3122b471f0bcf57c5ae..c39f13bff12c908e7d6523faeb7317074916bc25:/src/sthread/sthread_impl.cpp diff --git a/src/sthread/sthread_impl.cpp b/src/sthread/sthread_impl.cpp index de2667b0e1..9dbf78913e 100644 --- a/src/sthread/sthread_impl.cpp +++ b/src/sthread/sthread_impl.cpp @@ -275,6 +275,7 @@ int sthread_gettimeofday(struct timeval* tv) void sthread_sleep(double seconds) { + XBT_DEBUG("sleep(%lf)", seconds); simgrid::s4u::this_actor::sleep_for(seconds); }