1998-11-20
1998-11-20 19:05:46 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
809d7c6303a85a078bcd6484bbe7dd1e03e2d66f
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
I will get profiling to work, even if it is the last thing I do!
Rev: src/interpret.c:1.110
Rev: src/threads.h:1.58
4:
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include "global.h"
- RCSID("$Id: interpret.c,v 1.109 1998/11/20 18:57:42 hubbe Exp $");
+ RCSID("$Id: interpret.c,v 1.110 1998/11/20 19:01:06 hubbe Exp $");
#include "interpret.h"
#include "object.h"
#include "program.h"
1810: Inside #if defined(PROFILING) and #if defined(HAVE_GETHRTIME)
unsigned INT32 self_time_base;
if(start_time < 0)
{
- fatal("gethrtime() shrunk\n start_time=%ld\n gethrtime()\n time_base=%ld\n",
+ fatal("gethrtime() shrunk\n start_time=%ld\n gethrtime()=%ld\n time_base=%ld\n",
(long)(start_time/100000),
(long)(gethrtime()/100000),
(long)(time_base/100000));