2004-05-21
2004-05-21 19:02:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
2836ab7217ed55960269a87236f61f818f3061c8
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.6
Fixed typo.
Rev: src/interpret.c:1.350
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: interpret.c,v 1.349 2004/05/21 16:30:16 grubba Exp $
+ || $Id: interpret.c,v 1.350 2004/05/21 19:02:49 grubba Exp $
*/
#include "global.h"
- RCSID("$Id: interpret.c,v 1.349 2004/05/21 16:30:16 grubba Exp $");
+ RCSID("$Id: interpret.c,v 1.350 2004/05/21 19:02:49 grubba Exp $");
#include "interpret.h"
#include "object.h"
#include "program.h"
1939: Inside #if defined(PROFILING) && defined(HAVE_GETHRTIME)
#if defined(PROFILING) && defined(HAVE_GETHRTIME)
current->children_base = Pike_interpreter.accounted_time;
- current->start_time = gethrtime() - Pike_interpreter.unlocked_time;
+ current->start_time = gethrtime() - Pike_interpreter.time_base;
#endif /* PROFILING && HAVE_GETHRTIME */
#if 0