1998-11-13
1998-11-13 01:28:45 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
61896343446590f816cf9c2c9b25987dbfc90be6
(6 lines)
(+4/-2)
[
Show
| Annotate
]
Branch: 7.9
fixed profiling
Rev: src/builtin_functions.c:1.138
Rev: src/interpret.c:1.98
Rev: src/program.c:1.104
Rev: src/program.h:1.45
4:
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include "global.h"
- RCSID("$Id: builtin_functions.c,v 1.137 1998/10/31 21:31:52 grubba Exp $");
+ RCSID("$Id: builtin_functions.c,v 1.138 1998/11/13 01:28:41 hubbe Exp $");
#include "interpret.h"
#include "svalue.h"
#include "pike_macros.h"
3237: Inside #if defined(PROFILING)
push_int(prog->identifiers[i].num_calls);
push_int(prog->identifiers[i].total_time);
- f_aggregate(2);
+ push_int(prog->identifiers[i].self_time);
+ f_aggregate(3);
}
}
f_aggregate_mapping(num_functions * 2);