2001-05-16
2001-05-16 23:35:52 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
0612446159531b1132065066af62b661bfacc745
(4 lines)
(+3/-1)
[
Show
| Annotate
]
Branch: 7.9
stack profiling code (use --with-profiling and then run pike -ps)
Rev: src/interpret.h:1.84
Rev: src/main.c:1.126
Rev: src/threads.c:1.156
5:
\*/
/*
- * $Id: interpret.h,v 1.83 2001/05/14 06:31:12 hubbe Exp $
+ * $Id: interpret.h,v 1.84 2001/05/16 23:35:52 hubbe Exp $
*/
#ifndef INTERPRET_H
#define INTERPRET_H
38: Inside #if defined(PROFILING) and #if defined(HAVE_GETHRTIME)
long long accounted_time;
long long time_base;
#endif
+ char *stack_bottom;
#endif
#ifdef THREAD_TRACE