1998-11-20
1998-11-20 08:07:05 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
8764464884324883f0a260685c5562efcc1f5568
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
more debug
Rev: src/interpret.c:1.104
4:
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include "global.h"
- RCSID("$Id: interpret.c,v 1.103 1998/11/20 08:04:09 hubbe Exp $");
+ RCSID("$Id: interpret.c,v 1.104 1998/11/20 08:07:05 hubbe Exp $");
#include "interpret.h"
#include "object.h"
#include "program.h"
2123: Inside #if defined(PROFILING), #if defined(HAVE_GETHRTIME) and #if defined(DEBUG)
(long)(time_passed/1000),
(long)(time_in_children/1000),
(long)(children_base/1000),
- (long)(accounted_time/1000)
- (long)(time_base/1000)
+ (long)(accounted_time/1000),
+ (long)(time_base/1000),
(long)(start_time/1000)
);
#endif