Branch: Tag:

1998-11-20

1998-11-20 08:04:09 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

more debug

Rev: src/interpret.c:1.103

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: interpret.c,v 1.102 1998/11/20 07:39:18 hubbe Exp $"); + RCSID("$Id: interpret.c,v 1.103 1998/11/20 08:04:09 hubbe Exp $");   #include "interpret.h"   #include "object.h"   #include "program.h"
2118: Inside #if defined(PROFILING), #if defined(HAVE_GETHRTIME) and #if defined(DEBUG)
   accounted_time+=self_time;   #ifdef DEBUG    if(self_time < 0) -  fatal("Self time is negative\n self_time=%ld\n time_passed=%ld\n time_in_children=%ld\n children_base=%ld\n accounted_time=%ld!\n", +  fatal("Self time is negative\n self_time=%ld\n time_passed=%ld\n time_in_children=%ld\n children_base=%ld\n accounted_time=%ld!\n time_base=%ld\n start_time=%ld\n",    (long)(self_time/1000),    (long)(time_passed/1000),    (long)(time_in_children/1000),    (long)(children_base/1000),    (long)(accounted_time/1000) -  +  (long)(time_base/1000) +  (long)(start_time/1000)    );   #endif    function->total_time=self_time_base + (INT32)(time_passed /1000);