From: mquinson Date: Mon, 13 Dec 2010 12:59:14 +0000 (+0000) Subject: more debugging message X-Git-Tag: v3.6_beta2~772 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/46b4e4ee45d90692fe759be7d28fdd61c11b3086?hp=8b050d260bfdf8459627c5f9f7a6309f20a5cc55 more debugging message git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9151 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/simix/smx_global.c b/src/simix/smx_global.c index 326fd971f9..495736193e 100644 --- a/src/simix/smx_global.c +++ b/src/simix/smx_global.c @@ -179,7 +179,8 @@ void SIMIX_run(void) do { do { - DEBUG0("New Schedule Round"); + DEBUG1("New Schedule Round; size(queue)=%lu", + xbt_dynar_length(simix_global->process_to_run)); SIMIX_context_runall(simix_global->process_to_run); while ((req = SIMIX_request_pop())) { DEBUG1("Handling request %p", req);