From 46b4e4ee45d90692fe759be7d28fdd61c11b3086 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 13 Dec 2010 12:59:14 +0000 Subject: [PATCH] more debugging message git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9151 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/simix/smx_global.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.20.1