Branch: Tag:

1999-10-18

1999-10-18 17:04:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Minor change.

Rev: src/builtin_functions.c:1.186

5:   \*/   /**/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.185 1999/10/17 17:11:56 mirar Exp $"); + RCSID("$Id: builtin_functions.c,v 1.186 1999/10/18 17:04:28 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
3776: Inside #if defined(PROFILING)
      pop_n_elems(args);    -  /* ({ num_clones, ([ "fun_name":({ num_calls }) ]) }) */ +  /* ({ num_clones, ([ "fun_name":({ num_calls, total_time, self_time }) ]) }) +  */       push_int(prog->num_clones);   
3784: Inside #if defined(PROFILING)
   if (prog->identifiers[i].num_calls)    {    num_functions++; -  add_ref(prog->identifiers[i].name); -  push_string(prog->identifiers[i].name); +  ref_push_string(prog->identifiers[i].name);       push_int(prog->identifiers[i].num_calls);    push_int(prog->identifiers[i].total_time);