1998-11-20
1998-11-20 18:57:42 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
ed86c6de64f658f92a8bfc6f6a6b85bdffc5eab4
(6 lines)
(+4/-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.109
4:
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include "global.h"
- RCSID("$Id: interpret.c,v 1.108 1998/11/20 18:38:44 hubbe Exp $");
+ RCSID("$Id: interpret.c,v 1.109 1998/11/20 18:57:42 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 time_base=%ld\n",
+ fatal("gethrtime() shrunk\n start_time=%ld\n gethrtime()\n time_base=%ld\n",
(long)(start_time/100000),
-
+ (long)(gethrtime()/100000),
(long)(time_base/100000));
}
#endif