On Thu, Dec 07, 2000 at 12:24:50PM +0000, David Mitchell wrote:
> In a Perl context, I find it hard to believe that reference counting takes
> up more than tiny fraction of total cycles.
 
On a vaguely related note, here's the flat profile from gprof run
cumulatively on the test suite. (I haven't seen some hard data like
this in a while) Freeing SVs does appear to be inexpensive but called
often. What the *hell* is wrong with modulo?

Flat profile:

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls  us/call  us/call  name    
  6.78      0.24     0.24   103395     2.32     3.44  Perl_pp_entersub
  6.50      0.47     0.23      293   784.98   785.60  Perl_yyparse
  5.08      0.65     0.18   240946     0.75     1.07  Perl_sv_upgrade
  4.80      0.82     0.17   358052     0.47     0.47  Perl_sv_free
  3.95      0.96     0.14   414761     0.34     0.35  Perl_av_fetch
  3.95      1.10     0.14   129276     1.08     1.08  Perl_leave_scope
  3.95      1.24     0.14    80278     1.74     2.13  Perl_yylex
  3.39      1.36     0.12   100035     1.20     1.20  Perl_pp_rv2av
  3.11      1.47     0.11   101561     1.08     1.37  Perl_pp_leavesub
  2.54      1.56     0.09   187966     0.48     0.52  Perl_sv_clear
  2.54      1.65     0.09    99979     0.90     1.42  Perl_pp_subtract
  2.54      1.74     0.09    25857     3.48     4.28  Perl_fold_constants
  2.26      1.82     0.08   136689     0.59     0.59  Perl_pp_gvsv
  2.26      1.90     0.08   112675     0.71     0.71  Perl_pp_lt
  2.26      1.98     0.08    72402     1.10     1.10  Perl_pp_and
  1.98      2.05     0.07     4033    17.36    60.47  Perl_runops_debug
  1.69      2.11     0.06   304563     0.20     0.20  Perl_pp_aelemfast
  1.69      2.17     0.06   204203     0.29     0.29  Perl_pp_gv
  1.69      2.23     0.06    98023     0.61     0.61  Perl_pp_aelem
  1.69      2.29     0.06    44511     1.35     1.35  S_new_xpv
  1.69      2.35     0.06    11710     5.12     5.12  Perl_newSVsv
  1.69      2.41     0.06     9561     6.28     6.28  Perl_pad_free
  1.41      2.46     0.05   100926     0.50     0.50  Perl_pp_cond_expr
  1.41      2.51     0.05     7517     6.65     8.07  S_scan_str
  1.13      2.55     0.04   194962     0.21     0.21  Perl_safemalloc
  1.13      2.59     0.04   168220     0.24     0.24  Perl_pp_nextstate
  1.13      2.63     0.04   126366     0.32     0.32  Perl_push_scope
  1.13      2.67     0.04   119018     0.34     0.34  Perl_save_int
  1.13      2.71     0.04    87550     0.46     0.46  Perl_sv_mortalcopy
  1.13      2.75     0.04    39416     1.01     1.01  Perl_pp_gt
  1.13      2.79     0.04    13139     3.04     3.04  Perl_pp_or
  1.13      2.83     0.04    11415     3.50     3.59  Perl_sv_catpvn
  1.13      2.87     0.04     1054    37.95    37.95  S_reg
  0.85      2.90     0.03   103658     0.29     0.29  Perl_pop_return
  0.85      2.93     0.03    12285     2.44     2.44  S_null
  0.85      2.96     0.03    10968     2.74     2.74  Perl_linklist
  0.85      2.99     0.03     9734     3.08     3.08  Perl_pad_alloc
  0.85      3.02     0.03     6611     4.54     4.54  Perl_cast_i32
  0.85      3.05     0.03     4510     6.65     6.65  Perl_save_I16
  0.85      3.08     0.03     2016    14.88    14.88  S_regatom
  0.85      3.11     0.03      682    43.99    46.95  Perl_peep
  0.85      3.14     0.03      553    54.25    54.25  S_cl_anything
  0.85      3.17     0.03                             main
  0.56      3.19     0.02   285176     0.07     0.07  Perl_pp_const
  0.56      3.21     0.02   173286     0.12     0.45  Perl_sv_setnv
  0.56      3.23     0.02   126149     0.16     0.16  Perl_pop_scope
  0.56      3.25     0.02   125933     0.16     0.99  Perl_sv_setsv
  0.56      3.27     0.02   111495     0.18     0.18  Perl_save_vptr
  0.56      3.29     0.02    80051     0.25     1.00  S_op_clear
  0.56      3.31     0.02    19783     1.01     1.53  Perl_pp_add
  0.56      3.33     0.02    18407     1.09     1.09  Perl_av_store
  0.28      3.34     0.01   145323     0.07     0.07  Perl_pad_sv
  0.28      3.35     0.01   138211     0.07     0.07  Perl_pp_pushmark
  0.28      3.36     0.01   103776     0.10     0.10  Perl_push_return
  0.28      3.37     0.01    89857     0.11     0.11  Perl_scalar
  0.28      3.38     0.01    52614     0.19     0.37  Perl_sv_grow
  0.28      3.39     0.01    33650     0.30     0.30  Perl_free_tmps
  0.28      3.40     0.01    33022     0.30     0.93  Perl_sv_2nv
  0.28      3.41     0.01    24868     0.40     1.67  Perl_sv_setpvn
  0.28      3.42     0.01    19506     0.51     0.51  S_dopoptosub_at
  0.28      3.43     0.01    17778     0.56     1.67  Perl_gv_fetchpv
  0.28      3.44     0.01    17724     0.56     1.08  Perl_block_gimme
  0.28      3.45     0.01    11338     0.88     1.09  Perl_newUNOP
  0.28      3.46     0.01     9651     1.04     1.04  S_new_xpviv
  0.28      3.47     0.01     9471     1.06     1.08  Perl_sv_gets
  0.28      3.48     0.01     5152     1.94     1.94  Perl_op_free
  0.28      3.49     0.01     4553     2.20     2.54  S_scan_const
  0.28      3.50     0.01     1011     9.89     9.89  Perl_unsharepvn
  0.28      3.51     0.01      745    13.42    13.42  Perl_av_clear
  0.28      3.52     0.01      512    19.53    19.53  Perl_re_intuit_start
  0.28      3.53     0.01      144    69.44    69.44  Perl_cast_iv
  0.28      3.54     0.01       12   833.33   833.55  Perl_pp_modulo
  0.00      3.54     0.00   133346     0.00     0.00  Perl_safefree
  0.00      3.54     0.00   119030     0.00     0.00  S_new_xnv
  0.00      3.54     0.00   118592     0.00     0.00  S_del_xnv
  0.00      3.54     0.00    58478     0.00     0.00  Perl_sv_2mortal
  0.00      3.54     0.00    56962     0.00     0.34  Perl_newSV
  0.00      3.54     0.00    53376     0.00     0.45  Perl_newSVnv
  0.00      3.54     0.00    45091     0.00     0.00  Perl_save_I32
  0.00      3.54     0.00    40794     0.00     0.00  S_del_xpv
  0.00      3.54     0.00    28832     0.00     0.00  Perl_list
  0.00      3.54     0.00    26418     0.00     0.00  Perl_save_pptr
  0.00      3.54     0.00    23894     0.00     0.00  S_new_xiv
  0.00      3.54     0.00    23464     0.00     0.00  S_del_xiv
  0.00      3.54     0.00    23152     0.00     0.28  Perl_hv_fetch
  0.00      3.54     0.00    22706     0.00     0.00  S_new_xpvnv
  0.00      3.54     0.00    21620     0.00     0.00  S_del_xpvnv
  0.00      3.54     0.00    21491     0.00     0.00  S_new_he
  0.00      3.54     0.00    21473     0.00     0.21  Perl_newSVOP
  0.00      3.54     0.00    21048     0.00     0.00  Perl_ck_svconst
  0.00      3.54     0.00    20104     0.00     0.00  Perl_ck_null
  0.00      3.54     0.00    19503     0.00     0.51  S_dopoptosub
  0.00      3.54     0.00    18391     0.00     0.26  Perl_sv_setiv
  0.00      3.54     0.00    17417     0.00     0.21  Perl_newLISTOP
  0.00      3.54     0.00    15533     0.00     0.00  S_skipspace
  0.00      3.54     0.00    14728     0.00     0.00  Perl_sv_inc
  0.00      3.54     0.00    14328     0.00     0.00  Perl_saferealloc
  0.00      3.54     0.00    14319     0.00     0.08  Perl_pp_aassign
  0.00      3.54     0.00    14072     0.00     0.00  Perl_pp_unstack
  0.00      3.54     0.00    13770     0.00     0.00  Perl_pp_preinc
  0.00      3.54     0.00    13707     0.00     0.65  Perl_pp_enter
  0.00      3.54     0.00    13694     0.00     0.00  Perl_pp_leave
  0.00      3.54     0.00    13384     0.00     0.00  Perl_listkids
  0.00      3.54     0.00    13356     0.00     0.07  Perl_pp_time
  0.00      3.54     0.00    13344     0.00     1.80  Perl_pp_tms
  0.00      3.54     0.00    13075     0.00     0.00  Perl_save_sptr
  0.00      3.54     0.00    12792     0.00     0.00  Perl_pp_not
  0.00      3.54     0.00    12667     0.00     0.21  Perl_newOP
  0.00      3.54     0.00    12609     0.00     0.21  Perl_savepvn
  0.00      3.54     0.00    12025     0.00     0.00  Perl_mg_magical
  0.00      3.54     0.00    11983     0.00     0.86  Perl_sv_magic
  0.00      3.54     0.00    11683     0.00     0.19  Perl_share_hek
  0.00      3.54     0.00    11342     0.00     0.00  Perl_newSVpv
  0.00      3.54     0.00    10696     0.00     0.65  Perl_hv_store
  0.00      3.54     0.00    10535     0.00     0.00  S_scan_word
  0.00      3.54     0.00    10514     0.00     0.21  S_save_hek
  0.00      3.54     0.00     9456     0.00     0.00  Perl_append_list
  0.00      3.54     0.00     9367     0.00     0.00  S_force_next
  0.00      3.54     0.00     9349     0.00     0.00  Perl_keyword
  0.00      3.54     0.00     9287     0.00     0.00  S_del_xpviv
  0.00      3.54     0.00     9114     0.00     1.08  S_filter_gets
  0.00      3.54     0.00     9039     0.00     0.00  S_incline
  0.00      3.54     0.00     8891     0.00     0.08  S_gv_init_sv
  0.00      3.54     0.00     8679     0.00     0.00  Perl_save_freepv
  0.00      3.54     0.00     8470     0.00     0.00  Perl_prepend_elem
  0.00      3.54     0.00     8338     0.00     2.63  do_clean_named_objs
  0.00      3.54     0.00     8322     0.00     1.00  do_clean_objs
  0.00      3.54     0.00     8132     0.00     0.00  Perl_intro_my
  0.00      3.54     0.00     7913     0.00     0.00  Perl_convert
  0.00      3.54     0.00     7778     0.00     0.00  Perl_save_freesv
  0.00      3.54     0.00     7495     0.00     0.00  S_sublex_start
  0.00      3.54     0.00     7292     0.00     0.21  Perl_newSTATEOP
  0.00      3.54     0.00     6901     0.00     0.01  S_new_xpvmg
  0.00      3.54     0.00     6890     0.00     0.00  S_intuit_more
  0.00      3.54     0.00     6750     0.00     0.00  S_scan_ident
  0.00      3.54     0.00     6727     0.00     0.00  Perl_scalarvoid
  0.00      3.54     0.00     6680     0.00     0.21  Perl_newBINOP
  0.00      3.54     0.00     6529     0.00     0.00  S_cop_free
  0.00      3.54     0.00     6360     0.00     0.00  Perl_ck_rvconst
  0.00      3.54     0.00     6250     0.00     0.02  Perl_ck_fun
  0.00      3.54     0.00     6222     0.00     0.00  Perl_regnext
  0.00      3.54     0.00     6214     0.00     0.00  Perl_newSVpvn
  0.00      3.54     0.00     6133     0.00     2.14  Perl_pad_findmy
  0.00      3.54     0.00     5789     0.00     0.86  Perl_mg_copy
  0.00      3.54     0.00     5618     0.00     0.00  Perl_newSVREF
  0.00      3.54     0.00     5609     0.00     0.00  S_hv_magic_check
  0.00      3.54     0.00     5460     0.00     0.00  Perl_pp_eq
  0.00      3.54     0.00     5353     0.00     3.15  S_pad_findlex
  0.00      3.54     0.00     5210     0.00     0.00  Perl_gp_ref
  0.00      3.54     0.00     5178     0.00     2.68  Perl_gv_init
  0.00      3.54     0.00     4537     0.00     0.00  Perl_ref
  0.00      3.54     0.00     4425     0.00     0.04  Perl_mod
  0.00      3.54     0.00     4224     0.00     0.00  S_nextchar
  0.00      3.54     0.00     4168     0.00     0.19  Perl_av_extend
  0.00      3.54     0.00     4031     0.00     0.00  S_sublex_done
  0.00      3.54     0.00     4018     0.00     7.56  S_sublex_push
  0.00      3.54     0.00     3973     0.00     0.66  Perl_sv_setpv
  0.00      3.54     0.00     3935     0.00     0.00  Perl_sv_catsv
  0.00      3.54     0.00     3921     0.00     0.00  Perl_pp_null
  0.00      3.54     0.00     3866     0.00     0.00  Perl_append_elem
  0.00      3.54     0.00     3854     0.00     0.01  S_new_xpvav
  0.00      3.54     0.00     3816     0.00     0.00  S_lop
  0.00      3.54     0.00     3766     0.00     1.41  Perl_newAV
  0.00      3.54     0.00     3599     0.00     0.00  S_tokeq
  0.00      3.54     0.00     3414     0.00     0.00  Perl_scalarseq
  0.00      3.54     0.00     3392     0.00     0.00  Perl_do_print
  0.00      3.54     0.00     3322     0.00     0.00  Perl_save_op
  0.00      3.54     0.00     3208     0.00     0.34  Perl_pad_swipe
  0.00      3.54     0.00     3174     0.00     0.07  Perl_pp_stringify
  0.00      3.54     0.00     3045     0.00     0.00  Perl_block_end
  0.00      3.54     0.00     3045     0.00     0.00  Perl_block_start
  0.00      3.54     0.00     3045     0.00     0.00  Perl_pad_leavemy
  0.00      3.54     0.00     2920     0.00     0.35  Perl_scan_num
  0.00      3.54     0.00     2914     0.00     0.00  S_checkcomma
  0.00      3.54     0.00     2901     0.00     0.00  Perl_ck_listiob
  0.00      3.54     0.00     2830     0.00     0.00  S_reg_node
  0.00      3.54     0.00     2826     0.00     0.00  Perl_pad_reset
  0.00      3.54     0.00     2746     0.00     0.00  Perl_pp_print
  0.00      3.54     0.00     2424     0.00     0.00  S_regtail
  0.00      3.54     0.00     2276     0.00     0.75  Perl_sv_2pv
  0.00      3.54     0.00     2264     0.00     0.03  Perl_pp_concat
  0.00      3.54     0.00     2163     0.00     0.00  Perl_mg_find
  0.00      3.54     0.00     2156     0.00     0.07  Perl_pp_padsv
  0.00      3.54     0.00     2113     0.00     0.00  Perl_force_list
  0.00      3.54     0.00     2077     0.00     0.51  Perl_newASSIGNOP
  0.00      3.54     0.00     2042     0.00     0.00  S_scalarboolean
  0.00      3.54     0.00     2037     0.00     0.00  Perl_hv_iterinit
  0.00      3.54     0.00     2035     0.00     0.00  S_list_assignment
  0.00      3.54     0.00     2016     0.00     0.00  S_regpiece
  0.00      3.54     0.00     1930     0.00     1.41  Perl_newHV
  0.00      3.54     0.00     1930     0.00     0.01  S_new_xpvhv
  0.00      3.54     0.00     1888     0.00     0.00  Perl_pp_sassign
  0.00      3.54     0.00     1726     0.00     0.81  Perl_pp_return
  0.00      3.54     0.00     1722     0.00     0.00  Perl_save_destructor_x
  0.00      3.54     0.00     1654     0.00     0.00  S_ao
  0.00      3.54     0.00     1614     0.00     0.00  Perl_scope
  0.00      3.54     0.00     1514     0.00     3.10  Perl_newCONDOP
  0.00      3.54     0.00     1463     0.00     0.00  Perl_av_push
  0.00      3.54     0.00     1411     0.00     0.00  uiv_2buf
  0.00      3.54     0.00     1397     0.00     0.00  Perl_ck_sassign
  0.00      3.54     0.00     1300     0.00     0.00  Perl_sawparens
  0.00      3.54     0.00     1281     0.00     0.47  Perl_sv_vcatpvfn
  0.00      3.54     0.00     1264     0.00     0.00  Perl_newAVREF
  0.00      3.54     0.00     1250     0.00     0.00  S_regbranch
  0.00      3.54     0.00     1239     0.00     0.00  Perl_sv_add_arena
  0.00      3.54     0.00     1239     0.00     0.19  S_more_sv
  0.00      3.54     0.00     1237     0.00     0.00  Perl_save_alloc
  0.00      3.54     0.00     1199     0.00     0.00  Perl_av_undef
  0.00      3.54     0.00     1193     0.00     0.00  S_del_xpvav
  0.00      3.54     0.00     1176     0.00     0.02  S_new_xpvcv
  0.00      3.54     0.00     1167     0.00     0.00  Perl_ck_concat
  0.00      3.54     0.00     1136     0.00     0.00  S_save_magic
  0.00      3.54     0.00     1136     0.00     0.00  restore_magic
  0.00      3.54     0.00     1078     0.00     0.00  Perl_sv_eq
  0.00      3.54     0.00     1077     0.00     0.21  Perl_savepv
  0.00      3.54     0.00     1036     0.00     0.00  Perl_pp_seq
  0.00      3.54     0.00     1012     0.00     0.00  Perl_sv_newmortal
  0.00      3.54     0.00      973     0.00     0.00  S_scalar_mod_type
  0.00      3.54     0.00      901     0.00     0.00  Perl_pp_rv2sv
  0.00      3.54     0.00      900     0.00     0.71  Perl_do_join
  0.00      3.54     0.00      893     0.00     0.00  Perl_newSViv
  0.00      3.54     0.00      887     0.00     0.07  Perl_pp_join
  0.00      3.54     0.00      874     0.00     0.01  Perl_pp_rv2hv
  0.00      3.54     0.00      872     0.00     0.00  Perl_sv_setuv
  0.00      3.54     0.00      834     0.00     0.00  S_del_xpvmg
  0.00      3.54     0.00      818     0.00     0.00  S_scan_commit
  0.00      3.54     0.00      807     0.00     0.00  S_modkids
  0.00      3.54     0.00      801     0.00     2.29  Perl_gv_fetchfile
  0.00      3.54     0.00      800     0.00     0.01  S_new_xrv
  0.00      3.54     0.00      793     0.00     0.00  Perl_mg_free
  0.00      3.54     0.00      786     0.00     0.17  Perl_hv_fetch_ent
  0.00      3.54     0.00      738     0.00     0.00  Perl_sv_vsetpvfn
  0.00      3.54     0.00      719     0.00     1.01  Perl_gv_AVadd
  0.00      3.54     0.00      709     0.00     0.00  S_force_word
  0.00      3.54     0.00      707     0.00   448.05  S_incpush
  0.00      3.54     0.00      706     0.00     1.26  Perl_newSVpvn_share
  0.00      3.54     0.00      706     0.00     0.19  Perl_sharepvn
  0.00      3.54     0.00      666     0.00     0.21  S_hsplit
  0.00      3.54     0.00      644     0.00     0.00  Perl_pp_helem
  0.00      3.54     0.00      620     0.00     0.00  S_del_xrv
  0.00      3.54     0.00      616     0.00     1.06  Perl_gv_fetchmeth
  0.00      3.54     0.00      616     0.00     0.01  Perl_pp_iter
  0.00      3.54     0.00      600     0.00     0.00  S_reginsert
  0.00      3.54     0.00      580     0.00     0.00  Perl_fbm_instr
  0.00      3.54     0.00      580     0.00     2.95  S_new_logop
  0.00      3.54     0.00      572     0.00     0.00  Perl_jmaybe
  0.00      3.54     0.00      564     0.00     0.00  Perl_oopsAV
  0.00      3.54     0.00      561     0.00     0.00  Perl_mg_set
  0.00      3.54     0.00      552     0.00     0.00  Perl_localize
  0.00      3.54     0.00      549     0.00     0.00  S_del_he
  0.00      3.54     0.00      544     0.00     0.00  Perl_gv_fetchmethod
  0.00      3.54     0.00      544     0.00     0.00  Perl_gv_fetchmethod_autoload
  0.00      3.54     0.00      543     0.00     0.00  Perl_sv_catpvf
  0.00      3.54     0.00      543     0.00     0.00  Perl_sv_vcatpvf
  0.00      3.54     0.00      530     0.00     0.00  Perl_oopsHV
  0.00      3.54     0.00      525     0.00    54.25  S_cl_init
  0.00      3.54     0.00      519     0.00     0.00  Perl_mg_get
  0.00      3.54     0.00      514     0.00     0.00  Perl_save_clearsv
  0.00      3.54     0.00      512     0.00     0.00  S_call_body
  0.00      3.54     0.00      511     0.00     0.51  perl_call_sv
  0.00      3.54     0.00      505     0.00   523.80  Perl_newXS
  0.00      3.54     0.00      493     0.00     0.00  S_regmatch
  0.00      3.54     0.00      493     0.00     0.02  S_regtry
  0.00      3.54     0.00      478     0.00     0.05  Perl_vivify_ref
  0.00      3.54     0.00      464     0.00     0.00  Perl_newLOGOP
  0.00      3.54     0.00      463     0.00     0.00  Perl_ck_join
  0.00      3.54     0.00      452     0.00     0.00  S_reganode
  0.00      3.54     0.00      450     0.00     0.00  Perl_save_freeop
  0.00      3.54     0.00      450     0.00     0.34  Perl_save_item
  0.00      3.54     0.00      450     0.00     0.00  Perl_sv_replace
  0.00      3.54     0.00      439     0.00     0.00  S_regrepeat
  0.00      3.54     0.00      433     0.00     0.02  Perl_regexec_flags
  0.00      3.54     0.00      433     0.00     0.00  S_cache_re
  0.00      3.54     0.00      423     0.00     0.00  Perl_gv_IOadd
  0.00      3.54     0.00      423     0.00     1.41  Perl_newIO
  0.00      3.54     0.00      411     0.00     0.02  Perl_pp_match
  0.00      3.54     0.00      410     0.00     0.00  S_method_common
  0.00      3.54     0.00      409     0.00     0.10  Perl_pmruntime
  0.00      3.54     0.00      405     0.00     0.21  Perl_newPMOP
  0.00      3.54     0.00      405     0.00   219.57  Perl_pregcomp
  0.00      3.54     0.00      405     0.00    28.40  S_study_chunk
  0.00      3.54     0.00      403     0.00     0.21  S_more_xnv
  0.00      3.54     0.00      393     0.00     1.07  S_refto
  0.00      3.54     0.00      390     0.00     0.00  Perl_pp_method
  0.00      3.54     0.00      390     0.00     0.00  Perl_pregfree
  0.00      3.54     0.00      390     0.00     0.00  Perl_sv_setpvf
  0.00      3.54     0.00      390     0.00     0.00  Perl_sv_vsetpvf
  0.00      3.54     0.00      390     0.00     0.00  perl_call_method
  0.00      3.54     0.00      388     0.00     0.00  Perl_ck_subr
  0.00      3.54     0.00      379     0.00     0.00  Perl_ck_spair
  0.00      3.54     0.00      373     0.00     1.41  Perl_gv_HVadd
  0.00      3.54     0.00      372     0.00     5.65  Perl_start_subparse
  0.00      3.54     0.00      365     0.00     0.00  Perl_ck_lfun
  0.00      3.54     0.00      365     0.00     0.00  Perl_newCVREF
  0.00      3.54     0.00      364     0.00     4.21  Perl_newATTRSUB
  0.00      3.54     0.00      356     0.00     2.09  Perl_fbm_compile
  0.00      3.54     0.00      356     0.00     0.03  S_new_xpvbm
  0.00      3.54     0.00      349     0.00     0.20  S_scan_pat
  0.00      3.54     0.00      343     0.00     0.00  S_del_xpvbm
  0.00      3.54     0.00      342     0.00     0.00  S_magic_methcall
  0.00      3.54     0.00      324     0.00     9.89  Perl_hv_free_ent
  0.00      3.54     0.00      324     0.00     9.89  Perl_unshare_hek
  0.00      3.54     0.00      321     0.00     0.00  Perl_uv_to_utf8
  0.00      3.54     0.00      318     0.00     0.02  S_new_xpvlv
  0.00      3.54     0.00      317     0.00     0.00  Perl_pp_leaveloop
  0.00      3.54     0.00      314     0.00     0.00  Perl_newGVOP
  0.00      3.54     0.00      313     0.00     0.00  S_del_xpvlv
  0.00      3.54     0.00      311     0.00     0.00  S_force_ident
  0.00      3.54     0.00      310     0.00     3.81  Perl_newWHILEOP
  0.00      3.54     0.00      301     0.00     0.00  Perl_my_atof
  0.00      3.54     0.00      300     0.00     1.79  Perl_pad_allocmy
  0.00      3.54     0.00      295     0.00     0.01  Perl_hv_iternext
  0.00      3.54     0.00      295     0.00   261.19  perl_get_sv
  0.00      3.54     0.00      293     0.00     7.91  Perl_lex_start
  0.00      3.54     0.00      293     0.00     0.00  restore_rsfp
  0.00      3.54     0.00      293     0.00     0.00  yydestruct
  0.00      3.54     0.00      290     0.00     0.21  S_more_he
  0.00      3.54     0.00      287     0.00     1.07  Perl_pp_pushre
  0.00      3.54     0.00      287     0.00     1.52  Perl_pp_split
  0.00      3.54     0.00      282     0.00     0.00  Perl_my
  0.00      3.54     0.00      282     0.00     0.00  S_my_kid
  0.00      3.54     0.00      281     0.00     0.45  Perl_hv_store_ent
  0.00      3.54     0.00      278     0.00     0.00  Perl_gv_stashpvn
  0.00      3.54     0.00      275     0.00     0.00  Perl_gp_free
  0.00      3.54     0.00      271     0.00     0.00  Perl_save_generic_svref
  0.00      3.54     0.00      267     0.00     0.07  Perl_cv_undef
  0.00      3.54     0.00      267     0.00     0.04  Perl_sv_force_normal
  0.00      3.54     0.00      264     0.00     2.74  Perl_newPROG
  0.00      3.54     0.00      261     0.00     0.00  S_del_xpvcv
  0.00      3.54     0.00      257     0.00     0.07  Perl_pp_padav
  0.00      3.54     0.00      255     0.00     0.75  S_save_scalar_at
  0.00      3.54     0.00      253     0.00     0.22  Perl_sv_catpv
  0.00      3.54     0.00      248     0.00     0.21  S_more_xpvmg
  0.00      3.54     0.00      247     0.00     0.97  Perl_pp_enterloop
  0.00      3.54     0.00      236     0.00     0.00  S_mess_alloc
  0.00      3.54     0.00      229     0.00     0.00  S_regoptail
  0.00      3.54     0.00      218     0.00     0.06  Perl_ck_eval
  0.00      3.54     0.00      213     0.00     0.04  Perl_pp_refgen
  0.00      3.54     0.00      210     0.00     0.21  S_more_xpv
  0.00      3.54     0.00      207     0.00     0.00  Perl_whichsig
  0.00      3.54     0.00      203     0.00   376.99  S_run_body
  0.00      3.54     0.00      202     0.00     0.00  S_stdize_locale
  0.00      3.54     0.00      201     0.00     0.00  S_hfreeentries
  0.00      3.54     0.00      200     0.00     0.00  Perl_instr
  0.00      3.54     0.00      192     0.00     7.24  S_doeval
  0.00      3.54     0.00      191     0.00     0.21  S_more_xpvav
  0.00      3.54     0.00      189     0.00     0.00  Perl_hv_delete
  0.00      3.54     0.00      189     0.00     7.74  Perl_pp_entereval
  0.00      3.54     0.00      189     0.00     0.00  Perl_save_delete
  0.00      3.54     0.00      189     0.00    22.46  Perl_sv_2iv
  0.00      3.54     0.00      185     0.00     1.26  Perl_hv_iterkeysv
  0.00      3.54     0.00      181     0.00     0.01  Perl_av_shift
  0.00      3.54     0.00      179     0.00     0.00  Perl_newHVREF
  0.00      3.54     0.00      177     0.00     0.00  Perl_pp_defined
  0.00      3.54     0.00      174     0.00     0.00  Perl_pp_shift
  0.00      3.54     0.00      174     0.00     0.65  S_magic_methpack
  0.00      3.54     0.00      174     0.00     0.21  S_more_xpvnv
  0.00      3.54     0.00      173     0.00     0.00  Perl_savestack_grow
  0.00      3.54     0.00      171     0.00     0.00  Perl_bind_match
  0.00      3.54     0.00      168     0.00     0.00  Perl_magic_getpack
  0.00      3.54     0.00      168     0.00     0.00  S_dopoptoeval
  0.00      3.54     0.00      166     0.00     0.00  Perl_sv_tainted
  0.00      3.54     0.00      165     0.00     0.00  Perl_lex_end
  0.00      3.54     0.00      163     0.00     0.00  Perl_ck_shift
  0.00      3.54     0.00      162     0.00     0.32  Perl_magic_setpack
  0.00      3.54     0.00      159     0.00     0.29  Perl_pp_leaveeval
  0.00      3.54     0.00      159     0.00     0.47  Perl_pp_push
  0.00      3.54     0.00      157     0.00     0.00  Perl_hv_undef
  0.00      3.54     0.00      156     0.00     0.00  S_del_xpvhv
  0.00      3.54     0.00      148     0.00     0.00  Perl_pp_srefgen
  0.00      3.54     0.00      144     0.00     0.00  Perl_sv_unref
  0.00      3.54     0.00      141     0.00     0.00  Perl_magic_getsig
  0.00      3.54     0.00      137     0.00     0.00  Perl_scan_hex
  0.00      3.54     0.00      135     0.00     0.00  Perl_vmess
  0.00      3.54     0.00      130     0.00     0.09  Perl_ck_split
  0.00      3.54     0.00      127     0.00     0.00  Perl_hv_iterval
  0.00      3.54     0.00      127     0.00     1.82  Perl_new_stackinfo
  0.00      3.54     0.00      126     0.00     0.07  Perl_pp_postinc
  0.00      3.54     0.00      125     0.00     0.21  S_more_xpvcv
  0.00      3.54     0.00      124     0.00     0.06  Perl_dounwind
  0.00      3.54     0.00      123     0.00     0.00  Perl_save_scalar
  0.00      3.54     0.00      123     0.00     0.00  Perl_setdefout
  0.00      3.54     0.00      122     0.00     0.00  Perl_magic_get
  0.00      3.54     0.00      122     0.00     0.00  Perl_magic_setsig
  0.00      3.54     0.00      120     0.00     0.86  Perl_hv_magic
  0.00      3.54     0.00      119     0.00     0.17  Perl_sv_pvn_force
  0.00      3.54     0.00      119     0.00     0.00  S_newDEFSVOP
  0.00      3.54     0.00      117     0.00     0.29  Perl_die_where
  0.00      3.54     0.00      117     0.00     0.75  Perl_pp_entertry
  0.00      3.54     0.00      117     0.00     0.42  Perl_pp_splice
  0.00      3.54     0.00      114     0.00     0.37  Perl_pp_grepwhile
  0.00      3.54     0.00      114     0.00     0.00  Perl_pp_scope
  0.00      3.54     0.00      113     0.00     0.05  Perl_pp_range
  0.00      3.54     0.00      112     0.00     0.00  S_cl_or
  0.00      3.54     0.00      111     0.00     0.21  S_more_xpvhv
  0.00      3.54     0.00      109     0.00     0.00  Perl_pp_i_eq
  0.00      3.54     0.00      109     0.00     0.00  S_cl_and
  0.00      3.54     0.00      108     0.00     0.43  Perl_pp_mapwhile
  0.00      3.54     0.00      106     0.00     0.02  Perl_sv_2cv
  0.00      3.54     0.00      105     0.00     0.20  Perl_hv_ksplit
  0.00      3.54     0.00      104     0.00     0.00  S_my_exit_jump
  0.00      3.54     0.00      104     0.00     0.00  S_swallow_bom
  0.00      3.54     0.00      103     0.00     0.21  S_more_xpviv
  0.00      3.54     0.00      102     0.00     0.00  Perl_sv_cmp
  0.00      3.54     0.00      102     0.00     0.21  S_more_xiv
  0.00      3.54     0.00      101     0.00     0.00  PerlIO_init
  0.00      3.54     0.00      101     0.00  1571.39  Perl_boot_core_UNIVERSAL
  0.00      3.54     0.00      101     0.00   523.80  Perl_boot_core_xsutils
  0.00      3.54     0.00      101     0.00   522.39  Perl_form
  0.00      3.54     0.00      101     0.00   262.22  Perl_init_stacks
  0.00      3.54     0.00      101     0.00   262.05  Perl_magicname
  0.00      3.54     0.00      101     0.00     0.00  Perl_rsignal_state
  0.00      3.54     0.00      101     0.00     0.00  Perl_set_numeric_radix
  0.00      3.54     0.00      101     0.00     0.00  Perl_tmps_grow
  0.00      3.54     0.00      101     0.00   522.39  Perl_vform
  0.00      3.54     0.00      101     0.00     0.00  S_incl_perldb
  0.00      3.54     0.00      101     0.00     0.00  S_init_ids
  0.00      3.54     0.00      101     0.00   522.39  S_init_lexer
  0.00      3.54     0.00      101     0.00  4186.53  S_init_main_stash
  0.00      3.54     0.00      101     0.00  3136.38  S_init_perllib
  0.00      3.54     0.00      101     0.00 14137.23  S_init_postdump_symbols
  0.00      3.54     0.00      101     0.00  2351.29  S_init_predump_symbols
  0.00      3.54     0.00      101     0.00   522.59  S_open_script
  0.00      3.54     0.00      101     0.00 30266.56  S_parse_body
  0.00      3.54     0.00      101     0.00     0.00  S_validate_suid
  0.00      3.54     0.00      101     0.00     0.00  perl_alloc
  0.00      3.54     0.00      101     0.00  1837.78  perl_construct
  0.00      3.54     0.00      101     0.00  1585.26  perl_destruct
  0.00      3.54     0.00      101     0.00     0.00  perl_free
  0.00      3.54     0.00      101     0.00     1.03  perl_init_i18nl10n
  0.00      3.54     0.00      101     0.00     0.21  perl_new_collate
  0.00      3.54     0.00      101     0.00     0.00  perl_new_ctype
  0.00      3.54     0.00      101     0.00     0.21  perl_new_numeric
  0.00      3.54     0.00      101     0.00 30545.86  perl_parse
  0.00      3.54     0.00      101     0.00     0.00  perl_set_numeric_standard
  0.00      3.54     0.00      101     0.00   523.80  xs_init
  0.00      3.54     0.00      100     0.00     0.21  Perl_find_script
  0.00      3.54     0.00       96     0.00     0.00  Perl_screaminstr
  0.00      3.54     0.00       95     0.00     0.00  Perl_my_exit
  0.00      3.54     0.00       94     0.00   841.93  perl_run
  0.00      3.54     0.00       93     0.00     0.00  Perl_die
  0.00      3.54     0.00       93     0.00     0.78  Perl_vdie
  0.00      3.54     0.00       92     0.00     0.05  Perl_pp_flip
  0.00      3.54     0.00       91     0.00     0.00  Perl_do_sprintf
  0.00      3.54     0.00       91     0.00     0.07  Perl_pp_sprintf
  0.00      3.54     0.00       89     0.00     0.00  Perl_looks_like_number
  0.00      3.54     0.00       89     0.00     1.16  Perl_pp_each
  0.00      3.54     0.00       89     0.00     0.00  Perl_save_helem
  0.00      3.54     0.00       88     0.00     6.48  Perl_av_make
  0.00      3.54     0.00       88     0.00     1.41  Perl_ck_anoncode
  0.00      3.54     0.00       88     0.00     0.00  Perl_newANONATTRSUB
  0.00      3.54     0.00       88     0.00     0.00  Perl_pp_anoncode
  0.00      3.54     0.00       88     0.00     0.00  Perl_pp_anonlist
  0.00      3.54     0.00       87     0.00     1.10  Perl_my_setenv
  0.00      3.54     0.00       87     0.00     0.00  Perl_pp_bless
  0.00      3.54     0.00       87     0.00     0.00  Perl_setenv_getix
  0.00      3.54     0.00       87     0.00     0.16  Perl_sv_bless
  0.00      3.54     0.00       86     0.00     0.01  Perl_pp_die
  0.00      3.54     0.00       85     0.00     1.26  Perl_pp_enteriter
  0.00      3.54     0.00       82     0.00     1.42  S_pad_addlex
  0.00      3.54     0.00       81     0.00     1.10  Perl_magic_setenv
  0.00      3.54     0.00       81     0.00     6.50  Perl_newRANGE
  0.00      3.54     0.00       79     0.00     0.00  Perl_magic_getarylen
  0.00      3.54     0.00       79     0.00     0.07  Perl_pp_ref
  0.00      3.54     0.00       79     0.00     0.03  Perl_pp_rv2gv
  0.00      3.54     0.00       78     0.00     0.00  Perl_package
  0.00      3.54     0.00       78     0.00     0.00  Perl_save_hptr
  0.00      3.54     0.00       77     0.00     0.00  Perl_sv_reftype
  0.00      3.54     0.00       75     0.00     0.00  Perl_magic_set
  0.00      3.54     0.00       72     0.00     0.02  Perl_gv_autoload4
  0.00      3.54     0.00       72     0.00     0.04  Perl_sv_dec
  0.00      3.54     0.00       69     0.00     0.00  Perl_newFOROP
  0.00      3.54     0.00       69     0.00     0.43  Perl_pp_av2arylen
  0.00      3.54     0.00       69     0.00     0.00  Perl_scalarkids
  0.00      3.54     0.00       66     0.00     0.05  S_free_closures
  0.00      3.54     0.00       65     0.00     0.05  Perl_pp_flop
  0.00      3.54     0.00       65     0.00     0.26  Perl_pp_repeat
  0.00      3.54     0.00       63     0.00     0.16  Perl_pp_negate
  0.00      3.54     0.00       60     0.00     0.00  Perl_pp_rv2cv
  0.00      3.54     0.00       60     0.00     0.00  Perl_rsignal
  0.00      3.54     0.00       59     0.00     0.00  Perl_ck_defined
  0.00      3.54     0.00       59     0.00     0.00  Perl_ck_rfun
  0.00      3.54     0.00       59     0.00     0.00  Perl_newGVREF
  0.00      3.54     0.00       59     0.00     0.00  Perl_refkids
  0.00      3.54     0.00       57     0.00     1.17  Perl_pp_formline
  0.00      3.54     0.00       56     0.00     0.13  Perl_newLOOPEX
  0.00      3.54     0.00       55     0.00     0.52  Perl_pp_multiply
  0.00      3.54     0.00       55     0.00     0.21  S_more_xpvbm
  0.00      3.54     0.00       54     0.00     2.58  Perl_do_kv
  0.00      3.54     0.00       54     0.00     0.00  Perl_pp_xor
  0.00      3.54     0.00       53     0.00     0.00  Perl_gv_stashsv
  0.00      3.54     0.00       52     0.00     0.00  Perl_do_vecget
  0.00      3.54     0.00       52     0.00     0.87  Perl_pp_goto
  0.00      3.54     0.00       52     0.00     0.81  Perl_pp_vec
  0.00      3.54     0.00       52     0.00     0.00  Perl_re_intuit_string
  0.00      3.54     0.00       51     0.00     0.07  Perl_pp_postdec
  0.00      3.54     0.00       51     0.00     0.00  Perl_pp_sgt
  0.00      3.54     0.00       51     0.00     0.00  S_dofindlabel
  0.00      3.54     0.00       50     0.00     0.13  Perl_mg_clear
  0.00      3.54     0.00       50     0.00     0.07  Perl_pp_ord
  0.00      3.54     0.00       50     0.00     0.00  S_regclass
  0.00      3.54     0.00       49     0.00     0.21  Perl_ck_grep
  0.00      3.54     0.00       49     0.00     0.00  Perl_newANONLIST
  0.00      3.54     0.00       49     0.00     0.00  Perl_repeatcpy
  0.00      3.54     0.00       48     0.00     0.00  Perl_ck_open
  0.00      3.54     0.00       48     0.00     1.59  Perl_pp_anonhash
  0.00      3.54     0.00       48     0.00     0.00  Perl_pp_list
  0.00      3.54     0.00       48     0.00     0.00  Perl_rsignal_restore
  0.00      3.54     0.00       48     0.00     0.00  Perl_rsignal_save
  0.00      3.54     0.00       46     0.00     0.00  Perl_newANONHASH
  0.00      3.54     0.00       46     0.00     1.32  Perl_pp_grepstart
  0.00      3.54     0.00       46     0.00     0.00  Perl_pp_undef
  0.00      3.54     0.00       46     0.00     0.00  Perl_sv_isobject
  0.00      3.54     0.00       45     0.00     0.00  Perl_ck_repeat
  0.00      3.54     0.00       44     0.00     0.00  Perl_ck_index
  0.00      3.54     0.00       44     0.00     0.00  Perl_hv_clear
  0.00      3.54     0.00       44     0.00     0.15  Perl_pp_delete
  0.00      3.54     0.00       44     0.00     0.73  Perl_pp_stub
  0.00      3.54     0.00       44     0.00     0.00  Perl_sv_unmagic
  0.00      3.54     0.00       44     0.00     1.40  S_doparseform
  0.00      3.54     0.00       43     0.00     0.00  Perl_newSLICEOP
  0.00      3.54     0.00       43     0.00     0.00  Perl_pp_lslice
  0.00      3.54     0.00       43     0.00     1.01  Perl_save_ary
  0.00      3.54     0.00       42     0.00     0.00  Perl_pp_sne
  0.00      3.54     0.00       42     0.00     0.92  Perl_pp_study
  0.00      3.54     0.00       42     0.00     0.00  Perl_sv_2bool
  0.00      3.54     0.00       41     0.00     0.00  Perl_newNULLLIST
  0.00      3.54     0.00       40     0.00     0.00  Perl_ck_delete
  0.00      3.54     0.00       40     0.00     0.00  Perl_croak
  0.00      3.54     0.00       40     0.00     0.21  Perl_newPVOP
  0.00      3.54     0.00       40     0.00     0.33  Perl_vcroak
  0.00      3.54     0.00       37     0.00     0.00  Perl_hv_delete_ent
  0.00      3.54     0.00       37     0.00     0.00  Perl_save_I8
  0.00      3.54     0.00       37     0.00     2.67  Perl_save_re_context
  0.00      3.54     0.00       36     0.00     0.07  Perl_pp_ncmp
  0.00      3.54     0.00       36     0.00     0.07  Perl_pp_scmp
  0.00      3.54     0.00       36     0.00     0.00  Perl_save_aelem
  0.00      3.54     0.00       34     0.00     0.00  Perl_pmflag
  0.00      3.54     0.00       33     0.00     0.00  Perl_do_trans
  0.00      3.54     0.00       33     0.00     5.54  Perl_gen_constant_list
  0.00      3.54     0.00       33     0.00     0.00  Perl_magic_setmglob
  0.00      3.54     0.00       33     0.00     0.00  Perl_pp_lineseq
  0.00      3.54     0.00       33     0.00     0.00  Perl_pp_trans
  0.00      3.54     0.00       32     0.00     0.00  Perl_cv_const_sv
  0.00      3.54     0.00       32     0.00     0.00  Perl_pp_le
  0.00      3.54     0.00       31     0.00     0.00  Perl_pp_ne
  0.00      3.54     0.00       31     0.00     0.00  S_set_csh
  0.00      3.54     0.00       30     0.00     0.00  S_do_trans_simple
  0.00      3.54     0.00       30     0.00     0.00  S_find_byclass
  0.00      3.54     0.00       30     0.00     0.00  S_scan_formline
  0.00      3.54     0.00       29     0.00     1.51  Perl_ck_sort
  0.00      3.54     0.00       29     0.00     0.00  S_check_uni
  0.00      3.54     0.00       29     0.00     0.21  S_more_xrv
  0.00      3.54     0.00       28     0.00     0.00  Perl_av_fill
  0.00      3.54     0.00       28     0.00     0.00  Perl_av_reify
  0.00      3.54     0.00       28     0.00     0.29  Perl_pp_leavetry
  0.00      3.54     0.00       28     0.00     0.51  Perl_pp_wantarray
  0.00      3.54     0.00       28     0.00    54.25  S_cl_init_zero
  0.00      3.54     0.00       27     0.00     0.21  S_more_xpvlv
  0.00      3.54     0.00       26     0.00     0.00  Perl_ck_substr
  0.00      3.54     0.00       26     0.00     0.00  Perl_do_chomp
  0.00      3.54     0.00       26     0.00     0.00  Perl_pp_predec
  0.00      3.54     0.00       26     0.00     0.07  Perl_pp_schomp
  0.00      3.54     0.00       26     0.00     0.22  Perl_pp_substr
  0.00      3.54     0.00       26     0.00     1.41  S_scan_heredoc
  0.00      3.54     0.00       24     0.00     0.00  Perl_do_chop
  0.00      3.54     0.00       24     0.00     0.00  Perl_magic_setisa
  0.00      3.54     0.00       24     0.00     0.32  Perl_magic_wipepack
  0.00      3.54     0.00       24     0.00     0.00  Perl_pp_gmtime
  0.00      3.54     0.00       24     0.00     0.07  Perl_pp_index
  0.00      3.54     0.00       24     0.00  1262.43  S_visit
  0.00      3.54     0.00       23     0.00     0.52  Perl_pp_oct
  0.00      3.54     0.00       21     0.00     0.00  Perl_ck_exit
  0.00      3.54     0.00       21     0.00     0.00  Perl_delimcpy
  0.00      3.54     0.00       21     0.00     0.00  Perl_newSVpvf
  0.00      3.54     0.00       21     0.00     0.07  Perl_pp_padhv
  0.00      3.54     0.00       21     0.00     1.18  Perl_pp_tie
  0.00      3.54     0.00       21     0.00     0.00  Perl_vnewSVpvf
  0.00      3.54     0.00       21     0.00     0.00  S_cl_is_anything
  0.00      3.54     0.00       21     0.00     0.00  S_doopen_pmc
  0.00      3.54     0.00       20     0.00     0.00  Perl_av_pop
  0.00      3.54     0.00       20     0.00     1.26  Perl_ck_method
  0.00      3.54     0.00       20     0.00     0.21  Perl_do_open9
  0.00      3.54     0.00       20     0.00     0.11  Perl_do_vecset
  0.00      3.54     0.00       20     0.00     0.00  Perl_magic_setvec
  0.00      3.54     0.00       20     0.00     0.00  Perl_pp_method_named
  0.00      3.54     0.00       20     0.00     0.07  Perl_pp_open
  0.00      3.54     0.00       20     0.00     0.07  Perl_pp_rindex
  0.00      3.54     0.00       20     0.00     0.00  Perl_rninstr
  0.00      3.54     0.00       20     0.00     0.11  Perl_save_gp
  0.00      3.54     0.00       20     0.00     0.11  Perl_sv_chop
  0.00      3.54     0.00       19     0.00     0.00  Perl_cv_clone
  0.00      3.54     0.00       19     0.00     0.00  Perl_pp_pop
  0.00      3.54     0.00       19     0.00     8.27  S_cv_clone2
  0.00      3.54     0.00       18     0.00     0.07  Perl_pp_schop
  0.00      3.54     0.00       18     0.00     0.41  S_add_data
  0.00      3.54     0.00       17     0.00     0.00  Perl_apply
  0.00      3.54     0.00       17     0.00     0.07  Perl_pp_unlink
  0.00      3.54     0.00       17     0.00     0.00  Perl_scan_oct
  0.00      3.54     0.00       16     0.00     0.00  Perl_ck_ftst
  0.00      3.54     0.00       16     0.00     0.00  Perl_do_execfree
  0.00      3.54     0.00       16     0.00     0.00  Perl_magic_setglob
  0.00      3.54     0.00       16     0.00     0.00  Perl_my_pclose
  0.00      3.54     0.00       16     0.00     1.07  Perl_my_popen
  0.00      3.54     0.00       16     0.00    24.39  Perl_pp_backtick
  0.00      3.54     0.00       16     0.00     0.00  Perl_pp_keys
  0.00      3.54     0.00       16     0.00     0.00  Perl_wait4pid
  0.00      3.54     0.00       15     0.00     0.00  Perl_do_close
  0.00      3.54     0.00       15     0.00     0.00  Perl_pp_close
  0.00      3.54     0.00       14     0.00     0.00  Perl_utf8_to_uv
  0.00      3.54     0.00       13     0.00     0.00  Perl_io_close
  0.00      3.54     0.00       13     0.00     0.52  Perl_pp_hex
  0.00      3.54     0.00       13     0.00     0.22  Perl_pp_pos
  0.00      3.54     0.00       13     0.00     0.18  Perl_pp_substcont
  0.00      3.54     0.00       13     0.00     0.00  Perl_pp_values
  0.00      3.54     0.00       13     0.00     0.00  Perl_rxres_restore
  0.00      3.54     0.00       13     0.00     0.03  Perl_rxres_save
  0.00      3.54     0.00       12     0.00     0.00  Perl_ck_bitop
  0.00      3.54     0.00       12     0.00     1.51  Perl_pp_chr
  0.00      3.54     0.00       12     0.00     0.00  Perl_pp_localtime
  0.00      3.54     0.00       12     0.00     0.00  Perl_pp_regcomp
  0.00      3.54     0.00       12     0.00     0.00  Perl_pp_regcreset
  0.00      3.54     0.00       12     0.00     0.00  Perl_report_uninit
  0.00      3.54     0.00       12     0.00  2524.87  Perl_sv_clean_objs
  0.00      3.54     0.00       12     0.00     3.30  Perl_vwarner
  0.00      3.54     0.00       12     0.00     0.00  Perl_warner
  0.00      3.54     0.00       12     0.00     0.00  S_is_handle_constructor
  0.00      3.54     0.00       11     0.00     0.00  Perl_magic_setfm
  0.00      3.54     0.00       11     0.00     2.74  Perl_newLOOPOP
  0.00      3.54     0.00       11     0.00     0.00  Perl_pp_aslice
  0.00      3.54     0.00       11     0.00     0.00  Perl_pp_ge
  0.00      3.54     0.00       11     0.00     0.31  Perl_sv_insert
  0.00      3.54     0.00       10     0.00     0.00  Perl_ck_lengthconst
  0.00      3.54     0.00       10     0.00     0.37  Perl_do_vop
  0.00      3.54     0.00       10     0.00     0.00  Perl_invert
  0.00      3.54     0.00       10     0.00     0.07  Perl_pp_bit_and
  0.00      3.54     0.00       10     0.00     0.50  Perl_pp_sort
  0.00      3.54     0.00       10     0.00     0.00  Perl_sv_utf8_downgrade
  0.00      3.54     0.00       10     0.00     0.00  Perl_utf8_to_bytes
  0.00      3.54     0.00        9     0.00     0.00  Perl_av_delete
  0.00      3.54     0.00        9     0.00     0.00  Perl_ck_exists
  0.00      3.54     0.00        9     0.00     0.00  Perl_magic_setarylen
  0.00      3.54     0.00        9     0.00     0.00  Perl_pp_enterwrite
  0.00      3.54     0.00        9     0.00     0.00  Perl_pp_exists
  0.00      3.54     0.00        9     0.00     0.00  Perl_pp_ggrent
  0.00      3.54     0.00        9     0.00     0.00  Perl_pp_ggrgid
  0.00      3.54     0.00        9     0.00     0.61  Perl_pp_leavewrite
  0.00      3.54     0.00        9     0.00     0.00  Perl_scan_bin
  0.00      3.54     0.00        9     0.00     0.00  S_docatch
  0.00      3.54     0.00        9     0.00     0.00  S_docatch_body
  0.00      3.54     0.00        9     0.00     0.93  S_doform
  0.00      3.54     0.00        8     0.00     0.00  Perl_is_gv_magical
  0.00      3.54     0.00        8     0.00     2.74  Perl_newFORM
  0.00      3.54     0.00        8     0.00     0.07  Perl_pp_length
  0.00      3.54     0.00        8     0.00     0.00  Perl_pp_slt
  0.00      3.54     0.00        8     0.00     0.00  Perl_sv_len
  0.00      3.54     0.00        8     0.00     0.00  Perl_utf8_to_uv_simple
  0.00      3.54     0.00        7     0.00     0.00  Perl_call_list
  0.00      3.54     0.00        7     0.00     1.08  Perl_dowantarray
  0.00      3.54     0.00        7     0.00     0.00  Perl_gv_efullname3
  0.00      3.54     0.00        7     0.00     0.00  Perl_gv_fullname3
  0.00      3.54     0.00        7     0.00     0.00  Perl_my_failure_exit
  0.00      3.54     0.00        7     0.00     0.00  Perl_save_svref
  0.00      3.54     0.00        7     0.00     0.00  Perl_sv_utf8_upgrade
  0.00      3.54     0.00        7     0.00     0.00  S_call_list_body
  0.00      3.54     0.00        7     0.00     0.21  S_qsortsv
  0.00      3.54     0.00        7     0.00     0.00  dynprep
  0.00      3.54     0.00        6     0.00     0.00  Perl_av_unshift
  0.00      3.54     0.00        6     0.00     0.00  Perl_cast_uv
  0.00      3.54     0.00        6     0.00     0.00  Perl_ck_scmp
  0.00      3.54     0.00        6     0.00     0.00  Perl_deprecate
  0.00      3.54     0.00        6     0.00     0.03  Perl_do_readline
  0.00      3.54     0.00        6     0.00     0.00  Perl_hv_exists_ent
  0.00      3.54     0.00        6     0.00     1.10  Perl_magic_clearenv
  0.00      3.54     0.00        6     0.00     0.00  Perl_magic_clearpack
  0.00      3.54     0.00        6     0.00     0.00  Perl_magic_clearsig
  0.00      3.54     0.00        6     0.00     0.65  Perl_magic_sizepack
  0.00      3.54     0.00        6     0.00     0.00  Perl_mg_size
  0.00      3.54     0.00        6     0.00     0.00  Perl_my_stat
  0.00      3.54     0.00        6     0.00     0.00  Perl_pp_fteexec
  0.00      3.54     0.00        6     0.00     0.00  Perl_pp_hslice
  0.00      3.54     0.00        6     0.00     0.00  Perl_pp_next
  0.00      3.54     0.00        6     0.00     0.07  Perl_pp_readline
  0.00      3.54     0.00        6     0.00     4.68  Perl_pp_require
  0.00      3.54     0.00        6     0.00     0.07  Perl_pp_sleep
  0.00      3.54     0.00        6     0.00     0.00  Perl_pp_untie
  0.00      3.54     0.00        6     0.00     1.41  Perl_save_hash
  0.00      3.54     0.00        6     0.00     0.00  Perl_stack_grow
  0.00      3.54     0.00        6     0.00     0.00  S_dopoptoloop
  0.00      3.54     0.00        6     0.00     0.00  S_regcppush
  0.00      3.54     0.00        5     0.00     0.03  Perl_pp_i_add
  0.00      3.54     0.00        5     0.00     0.07  Perl_pp_lc
  0.00      3.54     0.00        5     0.00     0.07  Perl_pp_pack
  0.00      3.54     0.00        5     0.00     0.55  Perl_pp_unshift
  0.00      3.54     0.00        5     0.00     0.00  Perl_sv_backoff
  0.00      3.54     0.00        4     0.00     0.00  Perl_ck_select
  0.00      3.54     0.00        4     0.00     0.00  Perl_do_seek
  0.00      3.54     0.00        4     0.00     0.00  Perl_gv_efullname4
  0.00      3.54     0.00        4     0.00     0.00  Perl_gv_fullname4
  0.00      3.54     0.00        4     0.00     0.00  Perl_magic_getglob
  0.00      3.54     0.00        4     0.00     0.00  Perl_magic_getsubstr
  0.00      3.54     0.00        4     0.00     0.20  Perl_magic_setnkeys
  0.00      3.54     0.00        4     0.00     0.00  Perl_moreswitches
  0.00      3.54     0.00        4     0.00     0.00  Perl_ninstr
  0.00      3.54     0.00        4     0.00     0.00  Perl_pmtrans
  0.00      3.54     0.00        4     0.00     0.52  Perl_pp_abs
  0.00      3.54     0.00        4     0.00     0.07  Perl_pp_chop
  0.00      3.54     0.00        4     0.00     0.00  Perl_pp_exit
  0.00      3.54     0.00        4     0.00     0.52  Perl_pp_exp
  0.00      3.54     0.00        4     0.00     0.00  Perl_pp_i_gt
  0.00      3.54     0.00        4     0.00     0.00  Perl_pp_i_ne
  0.00      3.54     0.00        4     0.00     0.00  Perl_pp_read
  0.00      3.54     0.00        4     0.00     0.00  Perl_pp_seek
  0.00      3.54     0.00        4     0.00     0.35  Perl_pp_select
  0.00      3.54     0.00        4     0.00     0.26  Perl_pp_sysread
  0.00      3.54     0.00        4     0.00     0.00  Perl_pp_sysseek
  0.00      3.54     0.00        4     0.00     0.34  Perl_pp_unpack
  0.00      3.54     0.00        4     0.00     0.00  Perl_sv_len_utf8
  0.00      3.54     0.00        4     0.00     0.00  Perl_sv_pos_u2b
  0.00      3.54     0.00        4     0.00     0.00  Perl_utf8_length
  0.00      3.54     0.00        4     0.00     0.00  Perl_vivify_defelem
  0.00      3.54     0.00        4     0.00     0.00  S_intuit_method
  0.00      3.54     0.00        4     0.00     0.21  S_scan_trans
  0.00      3.54     0.00        3     0.00     0.00  Perl_av_exists
  0.00      3.54     0.00        3     0.00     0.00  Perl_ck_require
  0.00      3.54     0.00        3     0.00     0.00  Perl_cv_ckproto
  0.00      3.54     0.00        3     0.00     0.00  Perl_dofile
  0.00      3.54     0.00        3     0.00     0.00  Perl_newSUB
  0.00      3.54     0.00        3     0.00     1.03  Perl_pp_caller
  0.00      3.54     0.00        3     0.00     0.00  Perl_pp_dofile
  0.00      3.54     0.00        3     0.00     0.00  Perl_pp_last
  0.00      3.54     0.00        3     0.00     0.00  Perl_pp_reset
  0.00      3.54     0.00        3     0.00     0.00  Perl_pp_scalar
  0.00      3.54     0.00        3     0.00     0.29  Perl_pp_subst
  0.00      3.54     0.00        3     0.00     0.00  Perl_qerror
  0.00      3.54     0.00        3     0.00     0.00  Perl_sv_reset
  0.00      3.54     0.00        3     0.00     1.07  Perl_utilize
  0.00      3.54     0.00        3     0.00     0.00  Perl_yyerror
  0.00      3.54     0.00        3     0.00     0.00  S_dopoptolabel
  0.00      3.54     0.00        3     0.00     0.00  S_force_version
  0.00      3.54     0.00        3     0.00     0.00  S_scan_inputsymbol
  0.00      3.54     0.00        3     0.00     0.21  S_scan_subst
  0.00      3.54     0.00        2     0.00     0.00  Perl_ck_fun_locale
  0.00      3.54     0.00        2     0.00     0.00  Perl_filter_read
  0.00      3.54     0.00        2     0.00     0.00  Perl_magic_setsubstr
  0.00      3.54     0.00        2     0.00     0.00  Perl_markstack_grow
  0.00      3.54     0.00        2     0.00     0.00  Perl_newSVuv
  0.00      3.54     0.00        2     0.00     0.07  Perl_pp_bit_or
  0.00      3.54     0.00        2     0.00     0.07  Perl_pp_fileno
  0.00      3.54     0.00        2     0.00     0.52  Perl_pp_log
  0.00      3.54     0.00        2     0.00     0.52  Perl_pp_sqrt
  0.00      3.54     0.00        2     0.00     0.00  Perl_rxres_free
  0.00      3.54     0.00        2     0.00     0.05  read_e_script
  0.00      3.54     0.00        1     0.00   525.21  Perl_filter_add
  0.00      3.54     0.00        1     0.00     0.00  Perl_filter_del
  0.00      3.54     0.00        1     0.00     0.00  Perl_magic_getpos
  0.00      3.54     0.00        1     0.00     0.52  Perl_pp_divide
  0.00      3.54     0.00        1     0.00     0.07  Perl_pp_i_multiply

 %         the percentage of the total running time of the
time       program used by this function.

cumulative a running sum of the number of seconds accounted
 seconds   for by this function and those listed above it.

 self      the number of seconds accounted for by this
seconds    function alone.  This is the major sort for this
           listing.

calls      the number of times this function was invoked, if
           this function is profiled, else blank.
 
 self      the average number of milliseconds spent in this
ms/call    function per call, if this function is profiled,
           else blank.

 total     the average number of milliseconds spent in this
ms/call    function and its descendents per call, if this 
           function is profiled, else blank.

name       the name of the function.  This is the minor sort
           for this listing. The index shows the location of
           the function in the gprof listing. If the index is
           in parenthesis it shows where it would appear in
           the gprof listing if it were to be printed.

-- 
BASH is great, it dumps core and has clear documentation.  -Ari Suntioinen

Reply via email to