None call graph profile: The sum of self and descendents is the major sort for this listing. function entries: index the index of the function in the call graph listing, as an aid to locating it (see below). %time the percentage of the total time of the program accounted for by this function and its descendents. self the number of seconds spent in this function itself. descendents the number of seconds spent in the descendents of this function on behalf of this function. called the number of times this function is called (other than recursive calls). self the number of times this function calls itself recursively. name the name of the function, with an indication of its membership in a cycle, if any. index the index of the function in the call graph listing, as an aid to locating it. parent listings: self* the number of seconds of this function's self time which is due to calls from this parent. descendents* the number of seconds of this function's descendent time which is due to calls from this parent. called** the number of times this function is called by this parent. This is the numerator of the fraction which divides up the function's time to its parents. total* the number of times this function was called by all of its parents. This is the denominator of the propagation fraction. parents the name of this parent, with an indication of the parent's membership in a cycle, if any. index the index of this parent in the call graph listing, as an aid in locating it. children listings: self* the number of seconds of this child's self time which is due to being called by this function. descendent* the number of seconds of this child's descendent's time which is due to being called by this function. called** the number of times this child is called by this function. This is the numerator of the propagation fraction for this child. total* the number of times this child is called by all functions. This is the denominator of the propagation fraction. children the name of this child, and an indication of its membership in a cycle, if any. index the index of this child in the call graph listing, as an aid to locating it. * these fields are omitted for parents (or children) in the same cycle as the function. If the function (or child) is a member of a cycle, the propagated times and propagation denominator represent the self time and descendent time of the cycle as a whole. ** static-only parents and children are indicated by a call count of 0. cycle listings: the cycle as a whole is listed with the same fields as a function entry. Below it are listed the members of the cycle, and their contributions to the time and call counts of the cycle. granularity: each sample hit covers 4 byte(s) for 0.00% of 50.33 seconds called/total parents index %time self descendents called+self name index called/total children 0.00 50.33 1/1 _start [2] [1] 100.0 0.00 50.33 1 main [1] 0.00 27.16 1/1 perl_parse [4] 0.00 19.15 1/1 perl_destruct [6] 0.00 2.83 1/1 perl_run [17] 0.00 1.18 1/1 perl_construct [26] 0.00 0.00 1/1 __fpsetreg [2020] 0.00 0.00 1/1 perl_alloc [899] 0.00 0.00 1/1 perl_free [900] 0.00 0.00 1/1 PerlIO_teardown [869] ----------------------------------------------- [2] 100.0 0.00 50.33 _start [2] 0.00 50.33 1/1 main [1] ----------------------------------------------- [3] 100.0 33.49 16.82 213+47246246 [3] 13.44 3.56 1186773 S_regmatch [9] 0.01 8.56 1369 Perl_re_compile [12] 6.24 0.03 103 S_make_trie [15] 1.62 0.48 2438309 Perl_sv_setsv_flags [20] 1.35 0.32 1066908 Perl_re_intuit_start [22] 0.53 1.09 548236 Perl_runops_debug [24] 1.17 0.30 1187672 Perl_regexec_flags [25] 1.04 0.00 1190831 Perl_pp_match [30] 0.50 0.41 880890 Perl_pp_concat [31] 0.20 0.59 532192 Perl_pp_regcomp [32] 0.65 0.03 1115368 Perl_sv_catpvn_flags [34] 0.67 0.00 2503088 Perl_leave_scope [35] 0.62 0.00 1186773 S_regtry [36] 0.60 0.00 7648908 S_regrepeat [38] 0.38 0.00 1064997 Perl_pp_iter [46] 0.24 0.02 1450549 Perl_sv_clear [48] 0.18 0.08 533306+531793 Perl_pregfree [49] 0.14 0.12 266401 Perl_pp_enteriter [50] 0.24 0.00 4499014 Perl_sv_free [51] 0.23 0.00 610026 Perl_pp_leave [63] 0.16 0.07 545075 Perl_pp_postinc [65] 0.20 0.00 2800778 Perl_pp_nextstate [66] 0.19 0.00 1156569 Perl_pp_and [67] 0.15 0.03 140330 S_regatom [68] 0.07 0.11 141617 Perl_mg_get [70] 0.16 0.00 817337 Perl_pp_sassign [71] 0.14 0.00 778485 Perl_pp_gvsv [72] 0.14 0.00 534893 Perl_pp_or [73] 0.14 0.00 834628 Perl_pp_unstack [74] 0.07 0.07 109596+92 S_hv_fetch_common [76] 0.11 0.02 267010 Perl_pp_leaveloop [77] 0.13 0.00 1372707 Perl_pop_scope [78] 0.02 0.10 140330 S_regpiece [81] 0.11 0.00 539400 Perl_pp_cond_expr [82] 0.06 0.05 506982 S_save_scalar_at [84] 0.04 0.07 140632 Perl_reg_numbered_buff_get [85] 0.11 0.00 1450249 Perl_sv_free2 [86] 0.10 0.00 5466 Perl_pad_findmy [89] 0.02 0.08 5275+4 S_reg [90] 0.01 0.08 190 S_scan_heredoc [93] 0.09 0.00 5466+862 S_pad_findlex [95] 0.04 0.05 1389+62521 S_study_chunk [96] 0.03 0.05 57819+3559 Perl_yylex [97] 0.05 0.04 174165 Perl_sv_2pv_flags [98] 0.08 0.00 506977 Perl_save_scalar [99] 0.07 0.00 321831 Perl_free_tmps [102] 0.07 0.00 391 Perl_yyparse [104] 0.06 0.00 937590 Perl_pp_const [105] 0.06 0.00 372937 Perl_sv_mortalcopy [106] 0.02 0.04 38305 Perl_av_make [107] 0.04 0.01 97155 Perl_pp_mapwhile [109] 0.02 0.03 33134 Perl_sv_2iv_flags [113] 0.01 0.03 43768 Perl_pp_oct [115] 0.02 0.02 32867 Perl_pp_int [116] 0.04 0.00 147705 Perl_pp_aelem [117] 0.03 0.01 21883 Perl_sv_vcatpvfn [118] 0.03 0.02 226266 Perl_sv_catsv_flags [119] 0.03 0.01 83459 Perl_pp_grepwhile [120] 0.03 0.01 33124 Perl_sv_2nv [123] 0.02 0.02 127925 S_regbranch [125] 0.01 0.03 38305 Perl_pp_anonlist [127] 0.00 0.03 10 Perl_pp_flop [128] 0.03 0.00 160351 Perl_av_fetch [130] 0.00 0.03 609 Perl_pp_split [133] 0.03 0.00 114751 Perl_pp_rv2sv [135] 0.00 0.02 395+326 S_swash_get [141] 0.01 0.01 61382 Perl_hv_free_ent [142] 0.02 0.00 141210 Perl_magic_get [143] 0.02 0.00 38454 Perl_pp_not [145] 0.02 0.00 47911 Perl_op_clear [148] 0.02 0.00 34277 Perl_pp_preinc [154] 0.02 0.00 118801 Perl_pp_rv2av [155] 0.02 0.00 40581 Perl_pp_helem [156] 0.02 0.00 76144 Perl_av_store [159] 0.02 0.00 1111 Perl_do_join [160] 0.00 0.01 32867 Perl_pp_rand [163] 0.01 0.01 7700 S_sublex_start [170] 0.01 0.00 3835+36751 Perl_op_free [173] 0.01 0.00 1084 S_hfreeentries [174] 0.01 0.00 1015 Perl_fbm_compile [175] 0.01 0.00 670+3289 Perl_peep [176] 0.01 0.00 485 Perl_gv_handler [182] 0.00 0.00 15385 Perl_fold_constants [187] 0.01 0.00 147024 S_reginclass [189] 0.01 0.00 44014 Perl_newSVsv [190] 0.01 0.00 3955 S_scan_const [193] 0.00 0.01 49 Perl_pp_repeat [196] 0.01 0.00 11014 S_find_byclass [200] 0.01 0.00 55823+23264 Perl_scalar [203] 0.01 0.00 62434 Perl_hv_fetch [202] 0.00 0.00 2317 Perl_pp_entersub [204] 0.00 0.00 1027 Perl_pp_caller [205] 0.00 0.00 656 Perl_pp_require [206] 0.00 0.00 10347 Perl_gv_fetchpvn_flags [207] 0.00 0.00 598 S_method_common [209] 0.00 0.00 5131 S_scan_ident [210] 0.00 0.00 10304+9321 Perl_scalarvoid [211] 0.00 0.00 41578 Perl_hv_fetch_ent [216] 0.00 0.00 38255 S_sortcv [217] 0.00 0.00 7613 Perl_newUNOP [218] 0.00 0.00 6970 S_scan_word [219] 0.00 0.00 167 dynprep [220] 0.00 0.00 428 Perl_pp_sort [223] 0.00 0.00 41224 Perl_av_undef [225] 0.00 0.00 5195 Perl_sv_eq [228] 0.00 0.00 15603 Perl_newSVOP [235] 0.00 0.00 6921 Perl_pad_alloc [237] 0.00 0.00 5123 Perl_pp_seq [238] 0.00 0.00 4239 Perl_convert [240] 0.00 0.00 1097+479 Perl_gv_fetchmeth [241] 0.00 0.00 798 Perl_gv_init [243] 0.00 0.00 2851 Perl_pp_add [244] 0.00 0.00 668 Perl_pad_new [245] 0.00 0.00 1104 S_regclass [247] 0.00 0.00 967 S_scan_pat [249] 0.00 0.00 495 Perl_pp_anonhash [250] 0.00 0.00 957 Perl_mg_set [252] 0.00 0.00 590 S_force_word [256] 0.00 0.00 2139 Perl_pp_aassign [257] 0.00 0.00 3175 S_scan_commit [258] 0.00 0.00 5022 S_pending_ident [259] 0.00 0.00 845 Perl_scan_num [260] 0.00 0.00 1074 Perl_newPMOP [264] 0.00 0.00 3643 S_cop_free [265] 0.00 0.00 2175 Perl_swash_fetch [266] 0.00 0.00 1126 Perl_sv_force_normal_flags [267] 0.00 0.00 263 Perl_newATTRSUB [268] 0.00 0.00 1707 Perl_pp_return [269] 0.00 0.00 489 Perl_Gv_AMupdate [270] 0.00 0.00 1079 Perl_pmruntime [271] 0.00 0.00 1817 Perl_pp_stringify [272] 0.00 0.00 4515 S_gv_init_sv [273] 0.00 0.00 1111 Perl_pp_join [274] 0.00 0.00 47 Perl_ck_sort [277] 0.00 0.00 3700+627 Perl_mod [278] 0.00 0.00 1651 Perl_av_clear [279] 0.00 0.00 3 Perl_sv_reset [282] 0.00 0.00 21366 Perl_sv_2bool [287] 0.00 0.00 10315 Perl_newLISTOP [290] 0.00 0.00 8777 Perl_newOP [291] 0.00 0.00 6566 Perl_listkids [292] 0.00 0.00 6258 Perl_prepend_elem [293] 0.00 0.00 4690 Perl_newSTATEOP [295] 0.00 0.00 4531 Perl_newSVREF [296] 0.00 0.00 4037 Perl_gv_fetchsv [297] 0.00 0.00 1211 Perl_force_list [300] 0.00 0.00 1070 Perl_ck_listiob [301] 0.00 0.00 894 Perl_ck_sassign [302] 0.00 0.00 802 Perl_do_sprintf [303] 0.00 0.00 595 Perl_pp_exists [304] 0.00 0.00 573 Perl_newAVREF [306] 0.00 0.00 515 Perl_get_sv [307] 0.00 0.00 359 Perl_gv_fetchmethod_autoload [308] 0.00 0.00 2843 Perl_pp_subtract [314] 0.00 0.00 390 S_doeval [315] 0.00 0.00 1904 Perl_do_print [317] 0.00 0.00 1003 Perl_call_sv [318] 0.00 0.00 1817 Perl_sv_copypv [320] 0.00 0.00 1050 Perl_to_utf8_case [321] 0.00 0.00 391 Perl_lex_start [323] 0.00 0.00 791 Perl_pad_add_name [324] 0.00 0.00 1238 Perl_sv_vsetpvfn [327] 0.00 0.00 212 Perl_swash_init [331] 0.00 0.00 1008 S_new_logop [332] 0.00 0.00 73 S_scan_subst [334] 0.00 0.00 1105 Perl_pp_print [335] 0.00 0.00 1651 Perl_block_start [337] 0.00 0.00 774 Perl_pp_prtf [339] 0.00 0.00 425 Perl_magic_setpos [341] 0.00 0.00 308 Perl_call_method [345] 0.00 0.00 247 Perl_pad_tidy [348] 0.00 0.00 609 Perl_newSVhek [349] 0.00 0.00 54 Perl_hv_copy_hints_hv [350] 0.00 0.00 442 Perl_newCONDOP [351] 0.00 0.00 395 Perl_pp_push [352] 0.00 0.00 267 Perl_start_subparse [353] 0.00 0.00 198 PerlIO_open [354] 0.00 0.00 123 S_reg_namedseq [355] 0.00 0.00 271 Perl_newWHILEOP [356] 0.00 0.00 387 Perl_newPROG [357] 0.00 0.00 444 Perl_gv_fetchfile_flags [358] 0.00 0.00 1289 Perl_regfree_internal [359] 0.00 0.00 607 Perl_hv_undef [360] 0.00 0.00 73 Perl_utilize [361] 0.00 0.00 2607 Perl_mg_free [363] 0.00 0.00 1174 Perl_newASSIGNOP [366] 0.00 0.00 1155 Perl_pp_subst [368] 0.00 0.00 144 Perl_pp_substr [370] 0.00 0.00 144 Perl_pp_vec [371] 0.00 0.00 709 Perl_to_uni_fold [376] 0.00 0.00 138 S_force_ident [378] 0.00 0.00 201 PerlIO_openn [381] 0.00 0.00 68 Perl_ck_method [382] 0.00 0.00 135 Perl_pp_bit_and [386] 0.00 0.00 477 Perl_hv_clear [387] 0.00 0.00 107 Perl_sv_compile_2op [388] 0.00 0.00 391 Perl_parser_free [389] 0.00 0.00 3346 S_sublex_done [390] 0.00 0.00 35 Perl_do_kv [391] 0.00 0.00 105 Perl_pp_leaveeval [392] 0.00 0.00 57 Perl_pp_qr [393] 0.00 0.00 447 Perl_pp_pos [394] 0.00 0.00 508 Perl_hv_iternext_flags [395] 0.00 0.00 123 Perl_pp_index [397] 0.00 0.00 197 Perl_gp_free [399] 0.00 0.00 41 S_to_byte_substr [402] 0.00 0.00 110 S_reg_scan_name [403] 0.00 0.00 86 Perl_pp_entereval [404] 0.00 0.00 464 Perl_call_list [405] 0.00 0.00 53 Perl_pp_substcont [409] 0.00 0.00 27 Perl_newRANGE [410] 0.00 0.00 197 Perl_pad_push [411] 0.00 0.00 645 Perl_allocmy [412] 0.00 0.00 53 Perl_newXS [414] 0.00 0.00 5 S_scan_trans [416] 0.00 0.00 77 Perl_pp_bit_or [417] 0.00 0.00 3741 Perl_ck_fun [418] 0.00 0.00 41 Perl_refcounted_he_new [419] 0.00 0.00 17 S_vdie_common [425] 0.00 0.00 39 Perl_pp_ord [426] 0.00 0.00 42 Perl_mg_localize [427] 0.00 0.00 340 Perl_save_re_context [429] 0.00 0.00 483 Perl_sv_bless [430] 0.00 0.00 31 Perl_vmess [433] 0.00 0.00 7 Perl_scan_version [434] 0.00 0.00 67 S_new_constant [435] 0.00 0.00 65 Perl_newSVrv [436] 0.00 0.00 290 S_process_special_blocks [438] 0.00 0.00 45 XS_re_regnames_iternext [440] 0.00 0.00 160 Perl_hv_iterkeysv [446] 0.00 0.00 5 Perl_pp_each [449] 0.00 0.00 616 Perl_pp_leavesub [450] 0.00 0.00 72 S_force_version [451] 0.00 0.00 71 S_tokenize_use [452] 0.00 0.00 15 Perl_pp_length [453] 0.00 0.00 10 Perl_cv_clone [454] 0.00 0.00 10 Perl_pad_add_anon [456] 0.00 0.00 51 S_magic_methpack [457] 0.00 0.00 10 Perl_gen_constant_list [459] 0.00 0.00 45 Perl_magic_nextpack [460] 0.00 0.00 485 Perl_cv_undef [462] 0.00 0.00 167 S_mergesortsv [463] 0.00 0.00 554 Perl_pp_aelemfast [464] 0.00 0.00 18 Perl_newLOOPOP [465] 0.00 0.00 13 Perl_pp_goto [466] 0.00 0.00 42 XS_re_regname [469] 0.00 0.00 31 Perl_do_vop [470] 0.00 0.00 35 S_to_utf8_substr [473] 0.00 0.00 12 Perl_pp_leavetry [474] 0.00 0.00 22 Perl_gv_fullname4 [477] 0.00 0.00 42 Perl_reg_named_buff_get [478] 0.00 0.00 11 Perl_die_where [479] 0.00 0.00 5 Perl_new_version [483] 0.00 0.00 8 Perl_do_chop [485] 0.00 0.00 20 Perl_newXS_flags [486] 0.00 0.00 69 Perl_ck_defined [487] 0.00 0.00 13 Perl_pp_complement [488] 0.00 0.00 4 Perl_pp_tie [489] 0.00 0.00 9 Perl_ck_split [492] 0.00 0.00 2 Perl_scan_vstring [495] 0.00 0.00 87 Perl_ibcmp_utf8 [496] 0.00 0.00 5 Perl_newIO [497] 0.00 0.00 9 S_intuit_method [504] 0.00 0.00 6 Perl_newCONSTSUB [506] 0.00 0.00 6 Perl_amagic_call [511] 0.00 0.00 3 Perl_save_hash [513] 0.00 0.00 14 Perl_pp_anoncode [521] 0.00 0.00 174 Perl_sv_unmagic [522] 0.00 0.00 77 Perl_sv_cmp [523] 0.00 0.00 7 Perl_upg_version [524] 0.00 0.00 2 Perl_gv_autoload4 [525] 0.00 0.00 1 XS_version_boolean [526] 0.00 0.00 215 S_hv_delete_common [531] 0.00 0.00 28 Perl_pp_sprintf [533] 0.00 0.00 1 Perl_pp_unshift [534] 0.00 0.00 8 Perl_is_uni_alnum [535] 0.00 0.00 2 Perl_pp_uc [537] 0.00 0.00 868 Perl_sv_unref_flags [538] 0.00 0.00 5 Perl_save_helem [539] 0.00 0.00 26 Perl_pp_undef [540] 0.00 0.00 1 XS_version_vcmp [541] 0.00 0.00 78 Perl_av_create_and_push [543] 0.00 0.00 90 Perl_magic_set [551] 0.00 0.00 1 Perl_pp_pow [552] 0.00 0.00 8 Perl_pp_schop [554] 0.00 0.00 201 PerlIO_resolve_layers [556] 0.00 0.00 203 PerlIO_list_free [560] 0.00 0.00 1 Perl_vnumify [564] 0.00 0.00 42 S_require_tie_mod [566] 0.00 0.00 1 PerlIO_stdstreams [573] 0.00 0.00 20645 Perl_sv_catpvf [576] 0.00 0.00 20645 Perl_sv_vcatpvf [577] 0.00 0.00 20458 Perl_av_push [578] 0.00 0.00 17289+368 Perl_list [579] 0.00 0.00 8849 Perl_pp_defined [580] 0.00 0.00 7368 Perl_op_null [581] 0.00 0.00 6495 Perl_append_elem [583] 0.00 0.00 5716 Perl_append_list [586] 0.00 0.00 4300 Perl_hv_store_ent [589] 0.00 0.00 3689 Perl_newBINOP [591] 0.00 0.00 3495 Perl_ck_rvconst [592] 0.00 0.00 3344 Perl_gv_fetchpv [593] 0.00 0.00 2182+548 Perl_doref [597] 0.00 0.00 2253 Perl_delete_eval_scope [596] 0.00 0.00 1894 Perl_scalarseq [603] 0.00 0.00 1647 Perl_block_end [606] 0.00 0.00 1361 S_scalarboolean [610] 0.00 0.00 1328 Perl_gv_stashpvn [611] 0.00 0.00 1079 Perl_ck_match [616] 0.00 0.00 1069 Perl_pregcomp [617] 0.00 0.00 958 Perl_to_utf8_fold [619] 0.00 0.00 836+33 Perl_bind_match [621] 0.00 0.00 865 Perl_newLOGOP [620] 0.00 0.00 779 Perl_regclass_swash [624] 0.00 0.00 717 Perl_ck_subr [626] 0.00 0.00 653 Perl_hv_store [628] 0.00 0.00 580 Perl_newCVREF [637] 0.00 0.00 557 Perl_localize [642] 0.00 0.00 533 S_modkids [645] 0.00 0.00 491 Perl_pp_ne [647] 0.00 0.00 485 Perl_pad_undef [648] 0.00 0.00 483 Perl_scope [649] 0.00 0.00 444 Perl_gv_fetchfile [650] 0.00 0.00 418 Perl_pp_bless [651] 0.00 0.00 403 Perl_hv_exists_ent [654] 0.00 0.00 400 Perl_ck_lfun [658] 0.00 0.00 391 S_clear_yystack [659] 0.00 0.00 372 Perl_sv_setpvf [663] 0.00 0.00 372 Perl_sv_vsetpvf [664] 0.00 0.00 371 S_doopen_pm [666] 0.00 0.00 371 S_check_type_and_open [665] 0.00 0.00 317 Perl_get_hv [668] 0.00 0.00 310 Perl_pp_method [669] 0.00 0.00 300 Perl_save_item [671] 0.00 0.00 300 Perl_sv_replace [672] 0.00 0.00 288 Perl_pp_method_named [674] 0.00 0.00 280 S_is_utf8_common [677] 0.00 0.00 255 Perl_sv_pvn_force_flags [679] 0.00 0.00 248 Perl_jmaybe [680] 0.00 0.00 244 Perl_sv_2cv [682] 0.00 0.00 223 Perl_oopsHV [685] 0.00 0.00 198 Perl_hv_store_flags [696] 0.00 0.00 193 Perl_pp_last [700] 0.00 0.00 193 Perl_hv_delete [699] 0.00 0.00 179 Perl_pp_eq [704] 0.00 0.00 167 Perl_sortsv_flags [708] 0.00 0.00 161 Perl_newGVOP [709] 0.00 0.00 158 S_docatch [710] 0.00 0.00 158 S_docatch_body [711] 0.00 0.00 153 Perl_is_utf8_alnum [713] 0.00 0.00 145 Perl_ck_join [716] 0.00 0.00 132 Perl_ck_shift [718] 0.00 0.00 124 Perl_newHVREF [721] 0.00 0.00 121 Perl_oopsAV [722] 0.00 0.00 118 Perl_ck_require [725] 0.00 0.00 100 Perl_newFOROP [727] 0.00 0.00 88 Perl_gv_stashsv [730] 0.00 0.00 70 Perl_gv_stashpv [733] 0.00 0.00 69 Perl_ck_rfun [734] 0.00 0.00 69 Perl_refkids [735] 0.00 0.00 64 Perl_ck_grep [736] 0.00 0.00 63 Perl_magic_freeregexp [738] 0.00 0.00 63 Perl_ck_spair [737] 0.00 0.00 62 Perl_ck_eval [739] 0.00 0.00 61 Perl_is_utf8_digit [740] 0.00 0.00 60 Perl_is_utf8_idcont [741] 0.00 0.00 60 Perl_newANONHASH [742] 0.00 0.00 53 Perl_newGVREF [750] 0.00 0.00 51 Perl_magic_getpack [752] 0.00 0.00 51 S_magic_methcall [753] 0.00 0.00 49 Perl_softref2xv [754] 0.00 0.00 46 Perl_to_utf8_upper [756] 0.00 0.00 46 Perl_to_utf8_lower [755] 0.00 0.00 41 Perl_magic_sethint [759] 0.00 0.00 35 Perl_pp_rv2cv [760] 0.00 0.00 35 Perl_pp_sne [761] 0.00 0.00 33 Perl_package [762] 0.00 0.00 32 Perl_newSVpvf [764] 0.00 0.00 32 Perl_vnewSVpvf [765] 0.00 0.00 30 Perl_hv_exists [766] 0.00 0.00 29 Perl_newNULLLIST [768] 0.00 0.00 27 Perl_pp_rv2gv [772] 0.00 0.00 27 Perl_gv_fetchmeth_autoload [771] 0.00 0.00 26 Perl_newLOOPEX [774] 0.00 0.00 25 Perl_get_cvn_flags [775] 0.00 0.00 25 Perl_scalarkids [777] 0.00 0.00 24 S_newDEFSVOP [779] 0.00 0.00 22 Perl_pp_delete [785] 0.00 0.00 22 Perl_hv_delete_ent [784] 0.00 0.00 22 Perl_ck_lengthconst [782] 0.00 0.00 22 Perl_gv_efullname4 [783] 0.00 0.00 21 Perl_ck_exists [786] 0.00 0.00 19 Perl_ck_repeat [787] 0.00 0.00 18 Perl_ck_substr [788] 0.00 0.00 18 Perl_magic_setsig [789] 0.00 0.00 17 Perl_vwarn [792] 0.00 0.00 17 Perl_ck_ftst [790] 0.00 0.00 16 Perl_warner [795] 0.00 0.00 16 Perl_vwarner [794] 0.00 0.00 15 S_glob_assign_ref [801] 0.00 0.00 15 Perl_magic_freeovrld [798] 0.00 0.00 15 Perl_newPVOP [799] 0.00 0.00 15 Perl_newSLICEOP [800] 0.00 0.00 14 Perl_newANONLIST [802] 0.00 0.00 13 Perl_vverify [804] 0.00 0.00 12 Perl_pp_sle [811] 0.00 0.00 12 Perl_ck_die [807] 0.00 0.00 11 Perl_pp_hslice [813] 0.00 0.00 11 Perl_sv_derived_from [814] 0.00 0.00 11 Perl_vcroak [815] 0.00 0.00 11 S_vdie_croak_common [817] 0.00 0.00 10 Perl_pp_redo [823] 0.00 0.00 10 Perl_ck_anoncode [819] 0.00 0.00 10 Perl_newANONATTRSUB [820] 0.00 0.00 10 Perl_av_fill [818] 0.00 0.00 9 Perl_ck_index [826] 0.00 0.00 8 Perl_ck_delete [829] 0.00 0.00 7 Perl_invert [831] 0.00 0.00 6 Perl_vcmp [838] 0.00 0.00 6 Perl_sv_len [836] 0.00 0.00 6 Perl_dofile [833] 0.00 0.00 6 Perl_magic_setregexp [834] 0.00 0.00 5 Perl_is_utf8_mark [840] 0.00 0.00 5 Perl_pmtrans [843] 0.00 0.00 5 Perl_gv_IOadd [839] 0.00 0.00 4 Perl_pp_leavesublv [848] 0.00 0.00 3 Perl_pp_reset [851] 0.00 0.00 3 S_re_croak2 [853] 0.00 0.00 3 PerlIO_fdopen [850] 0.00 0.00 3 S_glob_assign_glob [852] 0.00 0.00 2 Perl_load_module [859] 0.00 0.00 2 Perl_vload_module [863] 0.00 0.00 1 Perl_pp_warn [881] 0.00 0.00 1 Perl_warn [888] 0.00 0.00 1 Perl_ck_exit [871] 0.00 0.00 1 Perl_ck_chdir [870] 0.00 0.00 1 S_simplify_sort [896] 0.00 0.00 1 Perl_ck_unpack [872] 0.00 0.00 1 Perl_is_utf8_space [875] 0.00 0.00 1 clear_re [898] ----------------------------------------------- 0.00 27.16 1/1 main [1] [4] 54.0 0.00 27.16 1 perl_parse [4] 0.00 26.92 1/1 S_parse_body [5] 0.16 0.08 1/213 Perl_sv_free [51] 0.00 0.00 1/1 Perl_my_setenv [507] 0.00 0.00 1/1 Perl_get_hash_seed [873] ----------------------------------------------- 0.00 26.92 1/1 perl_parse [4] [5] 53.5 0.00 26.92 1 S_parse_body [5] 0.00 10.16 1/1 Perl_boot_core_UNIVERSAL [11] 0.00 8.27 1/1 S_init_postdump_symbols [14] 0.00 2.60 1/1 S_init_main_stash [18] 0.00 1.65 1/1 S_init_predump_symbols [23] 0.00 1.18 1/1 S_init_perllib [28] 0.00 0.71 1/1 S_open_script [33] 0.00 0.47 1/1 Perl_boot_core_PerlIO [45] 0.00 0.24 1/1 S_init_lexer [56] 0.00 0.24 1/1 S_set_caret_X [57] 0.16 0.08 1/213 Perl_pad_new [245] 0.00 0.24 1/1 Perl_boot_core_xsutils [59] 0.00 0.24 1/1 xs_init [61] 0.16 0.08 1/213 Perl_yyparse [104] 0.16 0.08 1/213 Perl_pop_scope [78] 0.16 0.08 1/213 Perl_free_tmps [102] 0.00 0.00 1/92385 Perl_newSVpvn [110] 0.00 0.00 1/92127 Perl_newSV_type [112] 0.00 0.00 1/1047820 Perl_sv_setpvn [40] 0.00 0.00 1/6848 Perl_save_freesv [230] 0.00 0.00 1/274523 Perl_save_sptr [137] 0.00 0.00 1/1372987 Perl_push_scope [80] 0.00 0.00 1/36475 Perl_save_I32 [312] 0.00 0.00 1/1 S_validate_suid [897] 0.00 0.00 1/1 Perl_rsignal_state [882] 0.00 0.00 1/1 Perl_gv_check [874] ----------------------------------------------- 0.00 19.15 1/1 main [1] [6] 38.1 0.00 19.15 1 perl_destruct [6] 0.00 17.26 1/1 Perl_sv_clean_objs [8] 0.63 0.32 4/213 Perl_sv_free [51] 0.00 0.47 1/1 PerlIO_cleanup [43] 0.16 0.08 1/213 Perl_pop_scope [78] 0.16 0.08 1/213 Perl_op_free [173] 0.00 0.00 31/3535126 Perl_safesysfree [79] 0.00 0.00 1/1 Perl_my_fflush_all [550] 0.00 0.00 1/1 Perl_nothreadhook [879] 0.00 0.00 1/1 PerlIO_destruct [867] ----------------------------------------------- 0.02 17.24 2/2 Perl_sv_clean_objs [8] [7] 34.3 0.02 17.24 2 S_visit [7] 0.00 15.35 166/166 do_clean_objs [10] 0.00 1.89 610/610 do_clean_named_objs [21] ----------------------------------------------- 0.00 17.26 1/1 perl_destruct [6] [8] 34.3 0.00 17.26 1 Perl_sv_clean_objs [8] 0.02 17.24 2/2 S_visit [7] ----------------------------------------------- 1186773 S_regtry [36] [9] 33.8 13.44 3.56 1186773 S_regmatch [9] 2.33 0.00 4322420/4322420 S_regcppop [19] 1.14 0.00 4407228/4407228 S_regcppush [29] 0.07 0.00 1186773/1317116 Perl_ckwarn [101] 0.01 0.00 66546/951822 Perl_save_int [94] 0.00 0.00 33273/756167 Perl_newSV [100] 0.00 0.00 33273/605635 Perl_sv_2mortal [108] 0.00 0.00 33274/1372987 Perl_push_scope [80] 0.00 0.00 55229/55229 S_push_slab [322] 0.00 0.00 13227/3535126 Perl_safesysfree [79] 0.00 0.00 113/531793 Perl_reg_temp_copy [39] 0.00 0.00 391/103734 Perl_utf8n_to_uvuni [138] 0.00 0.00 114/552900 Perl_mg_find [103] 0.00 0.00 6/1906 Perl_sv_magic [276] 0.00 0.00 10/831688 Perl_regnext [111] 0.00 0.00 1/3520374 Perl_safesysmalloc [62] 0.00 0.00 1/121062 Perl_safesysrealloc [224] 0.00 0.00 144/170 Perl_ibcmp [707] 0.00 0.00 60/60 S_reg_check_named_buff_matched [743] 0.00 0.00 20/1005 S_reghop3 [618] 0.00 0.00 4/16 S_reghopmaybe3 [796] 7648908 S_regrepeat [38] 556789 Perl_leave_scope [35] 507209 Perl_runops_debug [24] 507116 Perl_sv_setsv_flags [20] 506923 Perl_save_scalar [99] 42009 S_reginclass [189] 33243 Perl_pop_scope [78] 252 Perl_pregfree [49] 154 Perl_get_sv [307] 77 Perl_ibcmp_utf8 [496] 39 Perl_to_uni_fold [376] 39 Perl_pregcomp [617] 39 Perl_sv_free [51] 38 Perl_sv_eq [228] 31 Perl_swash_fetch [266] 17 Perl_sv_2pv_flags [98] 5 Perl_sv_unmagic [522] 4 Perl_hv_fetch [202] 4 Perl_is_uni_alnum [535] 3 Perl_to_utf8_lower [755] 3 Perl_to_utf8_upper [756] 1 Perl_save_re_context [429] 1 Perl_is_utf8_mark [840] ----------------------------------------------- 0.00 15.35 166/166 S_visit [7] [10] 30.5 0.00 15.35 166 do_clean_objs [10] 10.22 5.13 65/213 Perl_sv_free [51] ----------------------------------------------- 0.00 10.16 1/1 S_parse_body [5] [11] 20.2 0.00 10.16 1 Perl_boot_core_UNIVERSAL [11] 4.56 2.29 29/213 Perl_newXS [414] 2.20 1.11 14/213 Perl_newXS_flags [486] ----------------------------------------------- 300 Perl_pp_regcomp [32] 1069 Perl_pregcomp [617] [12] 17.0 0.01 8.56 1369 Perl_re_compile [12] 8.56 0.00 22/22 S_make_trie_failtable [13] 0.00 0.00 4116/92385 Perl_newSVpvn [110] 0.00 0.00 5462/18134 Perl_safesyscalloc [233] 0.00 0.00 4152/3520374 Perl_safesysmalloc [62] 0.00 0.00 346/1166 Perl_sv_len_utf8 [325] 0.00 0.00 878/21792 S_cl_init [313] 0.00 0.00 88/886 S_add_data [379] 0.00 0.00 71/101 Perl_bytes_to_utf8 [468] 0.00 0.00 72/831688 Perl_regnext [111] 0.00 0.00 83/281 Perl_save_freepv [675] 0.00 0.00 71/71 S_cl_is_anything [732] 3186 Perl_sv_free [51] 2803 S_reg [90] 1389 S_study_chunk [96] 1352 S_scan_commit [258] 927 Perl_fbm_compile [175] ----------------------------------------------- 8.56 0.00 22/22 Perl_re_compile [12] [13] 17.0 8.56 0.00 22 S_make_trie_failtable [13] 0.00 0.00 22/18134 Perl_safesyscalloc [233] 0.00 0.00 22/886 S_add_data [379] 0.00 0.00 22/3535126 Perl_safesysfree [79] ----------------------------------------------- 0.00 8.27 1/1 S_parse_body [5] [14] 16.4 0.00 8.27 1 S_init_postdump_symbols [14] 4.56 2.29 29/213 Perl_hv_store [628] 0.47 0.24 3/213 Perl_gv_fetchpvn_flags [207] 0.00 0.47 1/1 Perl_init_argv_symbols [44] 0.00 0.24 1/1 Perl_magicname [52] 0.00 0.00 29/5441 Perl_newSVpv [221] 0.00 0.00 2/92127 Perl_newSV_type [112] 0.00 0.00 2/1047820 Perl_sv_setpvn [40] 0.00 0.00 1/1906 Perl_sv_magic [276] 0.00 0.00 1/277715 Perl_sv_setiv [92] 0.00 0.00 1/1087 Perl_sv_setpv [344] ----------------------------------------------- 103 S_study_chunk [96] [15] 12.5 6.24 0.03 103 S_make_trie [15] 0.00 0.01 20336/92385 Perl_newSVpvn [110] 0.01 0.00 39784/103734 Perl_utf8n_to_uvuni [138] 0.00 0.00 19750/277715 Perl_sv_setiv [92] 0.00 0.00 60992/831688 Perl_regnext [111] 0.00 0.00 103/3889 Perl_newAV [253] 0.00 0.00 103/886 S_add_data [379] 0.00 0.00 103/1317116 Perl_ckwarn [101] 0.00 0.00 6/791 Perl_newHV [333] 0.00 0.00 19/18134 Perl_safesyscalloc [233] 0.00 0.00 19/3535126 Perl_safesysfree [79] 0.00 0.00 13/121062 Perl_safesysrealloc [224] 39500 Perl_hv_fetch [202] 20336 Perl_sv_catpvf [576] 20336 Perl_av_push [578] 19750 Perl_sv_2bool [287] 182 Perl_to_uni_fold [376] 103 Perl_get_sv [307] 102 Perl_av_fetch [130] ----------------------------------------------- 0.00 2.83 12/12 perl_run [17] [16] 5.6 0.00 2.83 12 S_run_body [16] 1.89 0.95 12/213 Perl_runops_debug [24] ----------------------------------------------- 0.00 2.83 1/1 main [1] [17] 5.6 0.00 2.83 1 perl_run [17] 0.00 2.83 12/12 S_run_body [16] ----------------------------------------------- 0.00 2.60 1/1 S_parse_body [5] [18] 5.2 0.00 2.60 1 S_init_main_stash [18] 1.26 0.63 8/213 Perl_gv_fetchpvn_flags [207] 0.00 0.24 1/1 Perl_form [53] 0.16 0.08 1/213 Perl_sv_free [51] 0.16 0.08 1/213 Perl_get_sv [307] 0.00 0.00 2/38 Perl_gv_HVadd [432] 0.00 0.00 1/342 Perl_newSVpvn_share [336] 0.00 0.00 2/1047820 Perl_sv_setpvn [40] 0.00 0.00 1/55 Perl_hv_name_set [398] 0.00 0.00 1/791 Perl_newHV [333] 0.00 0.00 1/38 Perl_gv_AVadd [437] 0.00 0.00 1/757275 Perl_sv_grow [64] 0.00 0.00 1/156 Perl_gv_SVadd [443] ----------------------------------------------- 2.33 0.00 4322420/4322420 S_regmatch [9] [19] 4.6 2.33 0.00 4322420 S_regcppop [19] ----------------------------------------------- 3 Perl_new_version [483] 6 Perl_pp_complement [488] 14 Perl_magic_get [143] 20 Perl_pp_subst [368] 29 Perl_hv_iternext_flags [395] 33 Perl_package [762] 33 Perl_gv_fetchpvn_flags [207] 39 Perl_pp_repeat [196] 45 Perl_magic_nextpack [460] 48 Perl_regexec_flags [25] 51 S_magic_methpack [457] 94 S_study_chunk [96] 180 Perl_yylex [97] 213 Perl_swash_init [331] 609 Perl_pp_push [352] 984 S_scan_commit [258] 2712 Perl_reg_numbered_buff_get [85] 3066 Perl_pp_anonhash [250] 5441 Perl_pp_aassign [257] 44014 Perl_newSVsv [190] 138213 Perl_av_make [107] 372937 Perl_sv_mortalcopy [106] 507116 S_regmatch [9] 545075 Perl_pp_postinc [65] 817334 Perl_pp_sassign [71] [20] 4.2 1.62 0.48 2438309 Perl_sv_setsv_flags [20] 0.34 0.00 1067971/1534317 Perl_sv_upgrade [41] 0.11 0.03 456915/757275 Perl_sv_grow [64] 0.00 0.00 2545/552900 Perl_mg_find [103] 0.00 0.00 2225/2235 Perl_sv_tainted [343] 0.00 0.00 243/3535126 Perl_safesysfree [79] 1387 Perl_mg_get [70] 138 Perl_sv_force_normal_flags [267] 15 S_glob_assign_ref [801] 3 S_glob_assign_glob [852] ----------------------------------------------- 0.00 1.89 610/610 S_visit [7] [21] 3.8 0.00 1.89 610 do_clean_named_objs [21] 1.26 0.63 8/213 Perl_sv_free [51] ----------------------------------------------- 11 Perl_regexec_flags [25] 351 Perl_pp_subst [368] 1066546 Perl_pp_match [30] [22] 3.3 1.35 0.32 1066908 Perl_re_intuit_start [22] 0.32 0.00 1067025/1595098 Perl_fbm_instr [42] 0.00 0.00 7/1166 Perl_sv_len_utf8 [325] 0.00 0.00 11/11 Perl_utf8_distance [514] 0.00 0.00 216/1005 S_reghop3 [618] 0.00 0.00 12/16 S_reghopmaybe3 [796] 0.00 0.00 5/7 Perl_screaminstr [832] 3177 S_find_byclass [200] 11 S_to_byte_substr [402] 8 S_to_utf8_substr [473] 4 Perl_sv_free [51] ----------------------------------------------- 0.00 1.65 1/1 S_parse_body [5] [23] 3.3 0.00 1.65 1 S_init_predump_symbols [23] 0.94 0.47 6/213 Perl_gv_fetchpvn_flags [207] 0.16 0.08 1/213 Perl_get_sv [307] 0.00 0.00 1/1047820 Perl_sv_setpvn [40] 0.00 0.00 1/756167 Perl_newSV [100] 0.00 0.00 1/14 Perl_savepv [532] 0.00 0.00 1/3535126 Perl_safesysfree [79] 0.00 0.00 1/592 Perl_PerlIO_stdin [635] 0.00 0.00 1/2 Perl_PerlIO_stdout [857] 0.00 0.00 1/1 Perl_setdefout [886] 0.00 0.00 1/2 Perl_PerlIO_stderr [856] ----------------------------------------------- 3 Perl_amagic_call [511] 10 Perl_gen_constant_list [459] 158 S_docatch_body [711] 947 Perl_call_sv [318] 1642 Perl_fold_constants [187] 38255 S_sortcv [217] 507209 S_regmatch [9] 1.89 0.95 12/213 S_run_body [16] [24] 3.2 0.53 1.09 548236 Perl_runops_debug [24] 0.38 0.23 4126443/4126443 Perl_pp_padsv [37] 0.18 0.11 610271/610271 Perl_pp_enter [47] 0.03 0.00 320091/323278 Perl_pp_pushmark [132] 0.01 0.02 68704/68704 Perl_pp_padav [139] 0.01 0.01 38255/38255 Perl_pp_ncmp [140] 0.01 0.01 20540/20540 Perl_pp_chr [146] 0.02 0.00 33073/33073 Perl_pp_lt [150] 0.02 0.00 532232/532232 Perl_pp_regcreset [162] 0.01 0.00 585935/585935 Perl_pp_null [166] 0.01 0.00 39738/39738 Perl_pp_padhv [178] 0.01 0.00 119160/119160 Perl_pp_gv [185] 0.00 0.00 609/609 Perl_pp_pushre [222] 0.00 0.00 802/802 Perl_pp_enterloop [263] 0.00 0.00 2722/2722 Perl_pp_gt [299] 0.00 0.00 1692/1692 Perl_pp_grepstart [319] 0.00 0.00 209/209 Perl_pp_ref [364] 0.00 0.00 132/132 Perl_pp_pack [367] 0.00 0.00 173/173 Perl_pp_trans [374] 0.00 0.00 19/19 Perl_pp_entertry [424] 0.00 0.00 54/54 Perl_pp_refgen [428] 0.00 0.00 18/18 Perl_pp_av2arylen [445] 0.00 0.00 253/253 Perl_pp_lc [447] 0.00 0.00 128/128 Perl_pp_quotemeta [458] 0.00 0.00 12/12 Perl_pp_negate [482] 0.00 0.00 1/1 Perl_pp_unpack [501] 0.00 0.00 5/5 Perl_pp_ftrowned [505] 0.00 0.00 4/4 Perl_pp_srefgen [512] 0.00 0.00 3/3 Perl_pp_left_shift [516] 0.00 0.00 371/371 Perl_pp_shift [527] 0.00 0.00 1/1 Perl_pp_study [530] 0.00 0.00 1/1 Perl_pp_ftis [547] 0.00 0.00 787/787 Perl_pp_lslice [623] 0.00 0.00 138/138 Perl_pp_predec [717] 0.00 0.00 42/42 Perl_pp_list [758] 0.00 0.00 16/16 Perl_pp_xor [793] 0.00 0.00 14/14 Perl_pp_stub [803] 0.00 0.00 10/10 Perl_pp_flip [821] 0.00 0.00 10/10 Perl_pp_range [822] 0.00 0.00 1/1 Perl_pp_reverse [880] 2800778 Perl_pp_nextstate [66] 1190831 Perl_pp_match [30] 1156569 Perl_pp_and [67] 1064997 Perl_pp_iter [46] 937590 Perl_pp_const [105] 880890 Perl_pp_concat [31] 834628 Perl_pp_unstack [74] 817337 Perl_pp_sassign [71] 778485 Perl_pp_gvsv [72] 610026 Perl_pp_leave [63] 545075 Perl_pp_postinc [65] 539400 Perl_pp_cond_expr [82] 534893 Perl_pp_or [73] 532192 Perl_pp_regcomp [32] 267010 Perl_pp_leaveloop [77] 266401 Perl_pp_enteriter [50] 147705 Perl_pp_aelem [117] 118801 Perl_pp_rv2av [155] 114751 Perl_pp_rv2sv [135] 97155 Perl_pp_mapwhile [109] 83459 Perl_pp_grepwhile [120] 43768 Perl_pp_oct [115] 40581 Perl_pp_helem [156] 38454 Perl_pp_not [145] 38295 Perl_pp_anonlist [127] 34277 Perl_pp_preinc [154] 32867 Perl_pp_int [116] 32867 Perl_pp_rand [163] 8849 Perl_pp_defined [580] 5123 Perl_pp_seq [238] 2851 Perl_pp_add [244] 2843 Perl_pp_subtract [314] 2139 Perl_pp_aassign [257] 1817 Perl_pp_stringify [272] 1707 Perl_pp_return [269] 1617 Perl_pp_entersub [204] 1155 Perl_pp_subst [368] 1111 Perl_pp_join [274] 1105 Perl_pp_print [335] 1027 Perl_pp_caller [205] 774 Perl_pp_prtf [339] 656 Perl_pp_require [206] 616 Perl_pp_leavesub [450] 609 Perl_pp_split [133] 595 Perl_pp_exists [304] 554 Perl_pp_aelemfast [464] 495 Perl_pp_anonhash [250] 491 Perl_pp_ne [647] 447 Perl_pp_pos [394] 428 Perl_pp_sort [223] 418 Perl_pp_bless [651] 395 Perl_pp_push [352] 310 Perl_pp_method [669] 288 Perl_pp_method_named [674] 193 Perl_pp_last [700] 179 Perl_pp_eq [704] 144 Perl_pp_substr [370] 144 Perl_pp_vec [371] 135 Perl_pp_bit_and [386] 123 Perl_pp_index [397] 105 Perl_pp_leaveeval [392] 86 Perl_pp_entereval [404] 77 Perl_pp_bit_or [417] 57 Perl_pp_qr [393] 53 Perl_pp_substcont [409] 49 Perl_pp_repeat [196] 39 Perl_pp_ord [426] 35 Perl_do_kv [391] 35 Perl_pp_sne [761] 35 Perl_pp_rv2cv [760] 28 Perl_pp_sprintf [533] 27 Perl_pp_rv2gv [772] 26 Perl_pp_undef [540] 22 Perl_pp_delete [785] 15 Perl_pp_length [453] 14 Perl_pp_anoncode [521] 13 Perl_pp_goto [466] 13 Perl_pp_complement [488] 12 Perl_pp_leavetry [474] 12 Perl_pp_sle [811] 11 Perl_pp_hslice [813] 10 Perl_pp_redo [823] 10 Perl_pp_flop [128] 8 Perl_pp_schop [554] 5 Perl_pp_each [449] 4 Perl_pp_leavesublv [848] 4 Perl_pp_tie [489] 3 Perl_pp_reset [851] 2 Perl_pp_uc [537] 1 Perl_pp_warn [881] 1 Perl_pp_pow [552] 1 Perl_pp_unshift [534] ----------------------------------------------- 7 Perl_pp_split [133] 20 Perl_pp_substcont [409] 1160 Perl_pp_subst [368] 1186485 Perl_pp_match [30] [25] 2.9 1.17 0.30 1187672 Perl_regexec_flags [25] 0.16 0.00 527875/1595098 Perl_fbm_instr [42] 0.07 0.04 616574/616917 Perl_savepvn [83] 0.02 0.00 611222/3535126 Perl_safesysfree [79] 0.00 0.00 5696/5696 S_swap_match_buff [248] 0.00 0.00 80/1166 Perl_sv_len_utf8 [325] 0.00 0.00 25/132 Perl_hv_iterinit [472] 0.00 0.00 9/552900 Perl_mg_find [103] 0.00 0.00 715/1005 S_reghop3 [618] 0.00 0.00 115/231 restore_pos [683] 0.00 0.00 6/128 Perl_rninstr [720] 0.00 0.00 2/7 Perl_screaminstr [832] 1181301 S_regtry [36] 7837 S_find_byclass [200] 48 Perl_sv_setsv_flags [20] 30 S_to_byte_substr [402] 27 S_to_utf8_substr [473] 11 Perl_re_intuit_start [22] ----------------------------------------------- 0.00 1.18 1/1 main [1] [26] 2.3 0.00 1.18 1 perl_construct [26] 0.31 0.16 2/213 Perl_sv_2iv_flags [113] 0.00 0.24 1/1 Perl_init_i18nl10n [55] 0.16 0.08 1/213 Perl_sv_2nv [123] 0.16 0.08 1/213 Perl_newSVpvf [764] 0.00 0.00 3/791 Perl_newHV [333] 0.00 0.00 3/1047820 Perl_sv_setpvn [40] 0.00 0.00 1/1 Perl_init_stacks [518] 0.00 0.00 2/92385 Perl_newSVpvn [110] 0.00 0.00 1/92127 Perl_newSV_type [112] 0.00 0.00 1/3889 Perl_newAV [253] 0.00 0.00 2/1087 Perl_sv_setpv [344] 0.00 0.00 1/757275 Perl_sv_grow [64] 0.00 0.00 1/1 Perl_hv_ksplit [557] 0.00 0.00 1/1372987 Perl_push_scope [80] 0.00 0.00 1/1 S_init_ids [891] 0.00 0.00 1/1 Perl_set_numeric_standard [885] 0.00 0.00 1/1 PerlIO_init [868] ----------------------------------------------- 0.00 1.18 6/6 S_init_perllib [28] [27] 2.3 0.00 1.18 6 S_incpush [27] 0.79 0.39 5/213 Perl_av_push [578] 0.00 0.00 5/1087 Perl_sv_setpv [344] 0.00 0.00 5/756167 Perl_newSV [100] ----------------------------------------------- 0.00 1.18 1/1 S_parse_body [5] [28] 2.3 0.00 1.18 1 S_init_perllib [28] 0.00 1.18 6/6 S_incpush [27] ----------------------------------------------- 1.14 0.00 4407228/4407228 S_regmatch [9] [29] 2.3 1.14 0.00 4407228 S_regcppush [29] 0.00 0.00 5/5 Perl_savestack_grow_cnt [561] ----------------------------------------------- 1190831 Perl_runops_debug [24] [30] 2.1 1.04 0.00 1190831 Perl_pp_match [30] 0.00 0.00 7044/552900 Perl_mg_find [103] 0.00 0.00 145/1047820 Perl_sv_setpvn [40] 0.00 0.00 30/3054 Perl_sv_magicext [251] 0.00 0.00 145/35091 Perl_sv_newmortal [232] 0.00 0.00 3/5762926 Perl_pad_sv [69] 0.00 0.00 49/90 Perl_is_utf8_string [729] 0.00 0.00 6/12 Perl_dowantarray [808] 1186485 Perl_regexec_flags [25] 1066546 Perl_re_intuit_start [22] 124 Perl_leave_scope [35] 17 Perl_sv_2pv_flags [98] ----------------------------------------------- 880890 Perl_runops_debug [24] [31] 1.8 0.50 0.41 880890 Perl_pp_concat [31] 0.34 0.05 803868/1047820 Perl_sv_setpvn [40] 0.02 0.00 803868/5762926 Perl_pad_sv [69] 0.00 0.00 82/92385 Perl_newSVpvn [110] 0.00 0.00 153/20244 Perl_sv_utf8_upgrade_flags [227] 0.00 0.00 82/605635 Perl_sv_2mortal [108] 880890 Perl_sv_catpvn_flags [34] 50630 Perl_sv_2pv_flags [98] 1 Perl_mg_set [252] ----------------------------------------------- 532192 Perl_runops_debug [24] [32] 1.6 0.20 0.59 532192 Perl_pp_regcomp [32] 0.38 0.14 531680/531793 Perl_reg_temp_copy [39] 0.07 0.00 531680/552900 Perl_mg_find [103] 0.00 0.00 243/1047820 Perl_sv_setpvn [40] 0.00 0.00 243/5762926 Perl_pad_sv [69] 0.00 0.00 17/17 Perl_refcounted_he_fetch [791] 531980 Perl_pregfree [49] 719 Perl_sv_catsv_flags [119] 300 Perl_re_compile [12] 141 Perl_pregcomp [617] 2 Perl_sv_2pv_flags [98] ----------------------------------------------- 0.00 0.71 1/1 S_parse_body [5] [33] 1.4 0.00 0.71 1 S_open_script [33] 0.16 0.08 1/213 Perl_sv_free [51] 0.16 0.08 1/213 Perl_gv_fetchfile [650] 0.16 0.08 1/213 PerlIO_open [354] 0.00 0.00 1/1 Perl_find_script [567] 0.00 0.00 1/403 Perl_PerlIO_fileno [622] ----------------------------------------------- 4 Perl_gv_autoload4 [525] 4 Perl_scan_vstring [495] 14 S_scan_subst [334] 15 Perl_do_vop [470] 19 Perl_pp_substcont [409] 27 Perl_vmess [433] 66 Perl_gv_fullname4 [477] 109 Perl_ck_require [725] 184 Perl_lex_start [323] 245 S_pending_ident [259] 316 Perl_fbm_compile [175] 361 Perl_yylex [97] 363 Perl_pp_subst [368] 3155 S_study_chunk [96] 3330 Perl_sv_vcatpvfn [118] 226266 Perl_sv_catsv_flags [119] 880890 Perl_pp_concat [31] [34] 1.4 0.65 0.03 1115368 Perl_sv_catpvn_flags [34] 0.02 0.01 87625/757275 Perl_sv_grow [64] 249 Perl_sv_pvn_force_flags [679] ----------------------------------------------- 2 Perl_pp_split [133] 10 Perl_pp_redo [823] 13 Perl_pp_goto [466] 21 Perl_pp_substcont [409] 33 Perl_pp_subst [368] 54 S_regtry [36] 99 Perl_yyparse [104] 124 Perl_pp_match [30] 263 Perl_newATTRSUB [268] 1647 Perl_block_end [606] 38255 S_sortcv [217] 556789 S_regmatch [9] 800447 Perl_pp_unstack [74] 1105331 Perl_pop_scope [78] [35] 1.3 0.67 0.00 2503088 Perl_leave_scope [35] 0.00 0.00 7223/3535126 Perl_safesysfree [79] 0.00 0.00 439/756167 Perl_newSV [100] 0.00 0.00 390/605635 Perl_sv_2mortal [108] 0.00 0.00 23/791 Perl_newHV [333] 0.00 0.00 12/1906 Perl_sv_magic [276] 0.00 0.00 23/142692 S_restore_magic [114] 0.00 0.00 2047/5690 Perl_refcounted_he_free [475] 0.00 0.00 3/3889 Perl_newAV [253] 0.00 0.00 5/552900 Perl_mg_find [103] 0.00 0.00 391/391 restore_rsfp [660] 0.00 0.00 116/231 restore_pos [683] 0.00 0.00 97/100 Perl_sv_backoff [728] 1530047 Perl_sv_free [51] 989 Perl_av_clear [279] 733 Perl_sv_force_normal_flags [267] 549 Perl_op_free [173] 429 Perl_hv_clear [387] 391 Perl_parser_free [389] 300 Perl_sv_replace [672] 193 Perl_hv_delete [699] 39 Perl_mg_set [252] 33 Perl_mg_free [363] 5 Perl_hv_fetch_ent [216] 1 Perl_gp_free [399] 1 clear_re [898] ----------------------------------------------- 5472 S_find_byclass [200] 1181301 Perl_regexec_flags [25] [36] 1.2 0.62 0.00 1186773 S_regtry [36] 0.00 0.00 68/3054 Perl_sv_magicext [251] 0.00 0.00 116/143179 Perl_save_destructor_x [151] 0.00 0.00 213/3520374 Perl_safesysmalloc [62] 0.00 0.00 116/951822 Perl_save_int [94] 0.00 0.00 48/552900 Perl_mg_find [103] 0.00 0.00 55/274523 Perl_save_sptr [137] 0.00 0.00 1/18134 Perl_safesyscalloc [233] 0.00 0.00 4/121062 Perl_safesysrealloc [224] 1186773 S_regmatch [9] 54 Perl_leave_scope [35] ----------------------------------------------- 0.38 0.23 4126443/4126443 Perl_runops_debug [24] [37] 1.2 0.38 0.23 4126443 Perl_pp_padsv [37] 0.13 0.00 4126443/5762926 Perl_pad_sv [69] 0.10 0.00 819431/820863 Perl_save_clearsv [87] 0.00 0.00 278/115463 Perl_vivify_ref [242] ----------------------------------------------- 7648908 S_regmatch [9] [38] 1.2 0.60 0.00 7648908 S_regrepeat [38] 0.00 0.00 1/1372987 Perl_push_scope [80] 99485 S_reginclass [189] 44 Perl_swash_fetch [266] 1 Perl_save_re_context [429] 1 Perl_is_utf8_space [875] 1 Perl_pop_scope [78] ----------------------------------------------- 0.00 0.00 113/531793 S_regmatch [9] 0.38 0.14 531680/531793 Perl_pp_regcomp [32] [39] 1.0 0.38 0.14 531793 Perl_reg_temp_copy [39] 0.14 0.00 2127172/3520374 Perl_safesysmalloc [62] ----------------------------------------------- 0.00 0.00 1/1047820 Perl_new_version [483] 0.00 0.00 1/1047820 Perl_gv_fetchpvn_flags [207] 0.00 0.00 1/1047820 S_parse_body [5] 0.00 0.00 1/1047820 S_init_predump_symbols [23] 0.00 0.00 2/1047820 Perl_pp_subst [368] 0.00 0.00 2/1047820 Perl_gv_autoload4 [525] 0.00 0.00 2/1047820 Perl_scan_vstring [495] 0.00 0.00 2/1047820 S_init_main_stash [18] 0.00 0.00 2/1047820 S_init_postdump_symbols [14] 0.00 0.00 3/1047820 perl_construct [26] 0.00 0.00 5/1047820 Perl_my_stat [498] 0.00 0.00 8/1047820 Perl_do_chop [485] 0.00 0.00 10/1047820 Perl_pad_add_anon [456] 0.00 0.00 11/1047820 Perl_newATTRSUB [268] 0.00 0.00 11/1047820 Perl_die_where [479] 0.00 0.00 12/1047820 Perl_pp_leavetry [474] 0.00 0.00 12/1047820 Perl_do_vop [470] 0.00 0.00 21/1047820 Perl_magic_get [143] 0.00 0.00 30/1047820 S_reg [90] 0.00 0.00 105/1047820 Perl_pp_leaveeval [392] 0.00 0.00 132/1047820 Perl_pp_pack [367] 0.00 0.00 144/1047820 Perl_pp_substr [370] 0.00 0.00 145/1047820 Perl_call_sv [318] 0.00 0.00 145/1047820 Perl_pp_match [30] 0.00 0.00 174/1047820 Perl_pp_return [269] 0.00 0.00 190/1047820 S_scan_heredoc [93] 0.00 0.00 199/1047820 Perl_pp_ref [364] 0.00 0.00 230/1047820 Perl_yylex [97] 0.00 0.00 243/1047820 Perl_pp_regcomp [32] 0.00 0.00 390/1047820 S_doeval [315] 0.00 0.00 1111/1047820 Perl_do_join [160] 0.00 0.00 1238/1047820 Perl_sv_vsetpvfn [327] 0.00 0.00 1806/1047820 Perl_create_eval_scope [246] 0.00 0.00 1817/1047820 Perl_sv_copypv [320] 0.00 0.00 5441/1047820 Perl_newSVpv [221] 0.04 0.01 92385/1047820 Perl_newSVpvn [110] 0.06 0.01 137920/1047820 Perl_reg_numbered_buff_get [85] 0.34 0.05 803868/1047820 Perl_pp_concat [31] [40] 1.0 0.44 0.06 1047820 Perl_sv_setpvn [40] 0.03 0.00 101189/1534317 Perl_sv_upgrade [41] 0.02 0.01 101322/757275 Perl_sv_grow [64] ----------------------------------------------- 0.00 0.00 1/1534317 Perl_new_version [483] 0.00 0.00 1/1534317 Perl_sv_grow [64] 0.00 0.00 1/1534317 Perl_pp_uc [537] 0.00 0.00 5/1534317 Perl_pp_vec [371] 0.00 0.00 6/1534317 Perl_pp_quotemeta [458] 0.00 0.00 7/1534317 Perl_scan_version [434] 0.00 0.00 7/1534317 Perl_pp_lc [447] 0.00 0.00 8/1534317 Perl_pp_substcont [409] 0.00 0.00 10/1534317 Perl_sv_setnv [183] 0.00 0.00 15/1534317 S_sv_2iuv_common [131] 0.00 0.00 19/1534317 Perl_sv_chop [471] 0.00 0.00 20/1534317 Perl_pp_pos [394] 0.00 0.00 27/1534317 Perl_pp_chr [146] 0.00 0.00 30/1534317 S_reg [90] 0.00 0.00 31/1534317 S_hv_fetch_common [76] 0.00 0.00 42/1534317 Perl_sv_setpv [344] 0.00 0.00 54/1534317 Perl_newRANGE [410] 0.00 0.00 58/1534317 S_refto [423] 0.00 0.00 60/1534317 Perl_newSVrv [436] 0.00 0.00 66/1534317 Perl_sv_bless [430] 0.00 0.00 127/1534317 Perl_do_join [160] 0.00 0.00 300/1534317 Perl_av_fetch [130] 0.00 0.00 342/1534317 Perl_newSVpvn_share [336] 0.00 0.00 591/1534317 Perl_newSVhek [349] 0.00 0.00 609/1534317 Perl_pp_pushre [222] 0.00 0.00 798/1534317 Perl_gv_init [243] 0.00 0.00 933/1534317 Perl_fbm_compile [175] 0.00 0.00 1256/1534317 Perl_sv_magicext [251] 0.01 0.00 32839/1534317 Perl_sv_2nv [123] 0.01 0.00 37253/1534317 Perl_newSV [100] 0.01 0.00 38342/1534317 Perl_sv_inc [126] 0.01 0.00 41975/1534317 Perl_sv_2pv_flags [98] 0.03 0.00 92127/1534317 Perl_newSV_type [112] 0.03 0.00 101189/1534317 Perl_sv_setpvn [40] 0.04 0.00 117197/1534317 Perl_sv_setiv [92] 0.34 0.00 1067971/1534317 Perl_sv_setsv_flags [20] [41] 1.0 0.49 0.00 1534317 Perl_sv_upgrade [41] 0.00 0.00 292/293 S_more_bodies [208] 0.00 0.00 11/11 S_new_body [442] 0.00 0.00 2/18134 Perl_safesyscalloc [233] ----------------------------------------------- 0.00 0.00 1/1595098 Perl_pp_index [397] 0.00 0.00 197/1595098 Perl_pp_split [133] 0.16 0.00 527875/1595098 Perl_regexec_flags [25] 0.32 0.00 1067025/1595098 Perl_re_intuit_start [22] [42] 1.0 0.48 0.00 1595098 Perl_fbm_instr [42] 0.00 0.00 1/1 Perl_ninstr [311] ----------------------------------------------- 0.00 0.47 1/1 perl_destruct [6] [43] 0.9 0.00 0.47 1 PerlIO_cleanup [43] 0.31 0.16 2/213 PerlIO_list_free [560] 0.00 0.00 1/1 PerlIO_cleantable [519] 0.00 0.00 3/204 PerlIOUnix_refcnt_inc [688] 0.00 0.00 3/204 PerlIOUnix_refcnt_dec [687] 0.00 0.00 1/2031 PerlIO_debug [600] ----------------------------------------------- 0.00 0.47 1/1 S_init_postdump_symbols [14] [44] 0.9 0.00 0.47 1 Perl_init_argv_symbols [44] 0.16 0.08 1/213 Perl_gv_fetchpvn_flags [207] 0.16 0.08 1/213 Perl_av_clear [279] 0.00 0.00 1/38 Perl_gv_AVadd [437] ----------------------------------------------- 0.00 0.47 1/1 S_parse_body [5] [45] 0.9 0.00 0.47 1 Perl_boot_core_PerlIO [45] 0.31 0.16 2/213 Perl_newXS [414] ----------------------------------------------- 1064997 Perl_runops_debug [24] [46] 0.8 0.38 0.00 1064997 Perl_pp_iter [46] 0.00 0.00 25/277715 Perl_sv_setiv [92] 0.00 0.00 13/63076 Perl_newSViv [134] 798571 Perl_sv_free [51] 18 Perl_av_fetch [130] ----------------------------------------------- 0.18 0.11 610271/610271 Perl_runops_debug [24] [47] 0.6 0.18 0.11 610271 Perl_pp_enter [47] 0.06 0.00 610271/951822 Perl_save_int [94] 0.05 0.00 610271/1372987 Perl_push_scope [80] ----------------------------------------------- 300 Perl_sv_replace [672] 1450249 Perl_sv_free2 [86] [48] 0.5 0.24 0.02 1450549 Perl_sv_clear [48] 0.02 0.00 641104/3535126 Perl_safesysfree [79] 0.00 0.00 466/475 Perl_newRV [340] 0.00 0.00 569/62399 Perl_unshare_hek [180] 0.00 0.00 466/1372987 Perl_push_scope [80] 0.00 0.00 193/193 S_sv_del_backref [571] 0.00 0.00 607/607 Perl_hv_kill_backrefs [633] 0.00 0.00 2/592 Perl_PerlIO_stdin [635] 0.00 0.00 1/2 Perl_PerlIO_stdout [857] 0.00 0.00 1/2 Perl_PerlIO_stderr [856] 42342 Perl_sv_free [51] 41224 Perl_av_undef [225] 2574 Perl_mg_free [363] 607 Perl_hv_undef [360] 485 Perl_gv_handler [182] 480 Perl_cv_undef [462] 466 Perl_call_sv [318] 466 Perl_pop_scope [78] 193 Perl_gp_free [399] ----------------------------------------------- 531793 Perl_pregfree [49] 1 clear_re [898] 21 Perl_pp_substcont [409] 63 Perl_magic_freeregexp [738] 252 S_regmatch [9] 989 Perl_op_clear [148] 531980 Perl_pp_regcomp [32] [49] 0.5 0.18 0.08 533306+531793 Perl_pregfree [49] 0.08 0.00 2145921/3535126 Perl_safesysfree [79] 532685 Perl_sv_free [51] 1289 Perl_regfree_internal [359] 531793 Perl_pregfree [49] ----------------------------------------------- 266401 Perl_runops_debug [24] [50] 0.5 0.14 0.12 266401 Perl_pp_enteriter [50] 0.05 0.00 532802/1372987 Perl_push_scope [80] 0.03 0.00 266247/274523 Perl_save_sptr [137] 0.03 0.00 266401/951822 Perl_save_int [94] 0.02 0.00 266247/266247 Perl_save_set_svflags [149] 0.00 0.00 154/756167 Perl_newSV [100] 0.00 0.00 154/742 Perl_save_generic_svref [625] 23 Perl_sv_2nv [123] 5 Perl_mg_get [70] 5 Perl_sv_2iv_flags [113] ----------------------------------------------- 1 Perl_sv_bless [430] 2 PerlIO_list_free [560] 2 Perl_gv_fetchpvn_flags [207] 4 Perl_re_intuit_start [22] 7 S_scan_subst [334] 8 Perl_magic_setsig [789] 8 Perl_pp_leavesublv [848] 10 Perl_pad_add_anon [456] 10 S_to_byte_substr [402] 15 S_glob_assign_ref [801] 19 S_doopen_pm [666] 24 Perl_newATTRSUB [268] 26 Perl_pp_goto [466] 29 Perl_hv_iternext_flags [395] 29 Perl_yylex [97] 33 Perl_magic_freeovrld [798] 39 S_regmatch [9] 42 Perl_pad_tidy [348] 42 S_require_tie_mod [566] 77 Perl_sv_cmp [523] 99 Perl_pp_vec [371] 107 S_reg [90] 119 S_reg_namedseq [355] 130 S_hv_fetch_common [76] 132 Perl_peep [176] 190 S_scan_heredoc [93] 193 Perl_pp_last [700] 197 Perl_pp_require [206] 213 Perl_swash_init [331] 298 Perl_cv_undef [462] 326 S_swash_get [141] 406 Perl_pp_pos [394] 429 S_scan_const [193] 463 S_study_chunk [96] 492 Perl_mg_free [363] 774 Perl_pp_prtf [339] 861 Perl_sv_unref_flags [538] 924 Perl_regfree_internal [359] 947 Perl_av_store [159] 980 Perl_gp_free [399] 1245 Perl_pp_leavesub [450] 1447 Perl_pad_undef [648] 3048 Perl_pp_return [269] 3186 Perl_re_compile [12] 3257 Perl_ck_rvconst [592] 3643 S_cop_free [265] 4480 S_sublex_start [170] 5179 Perl_sv_eq [228] 14123 Perl_op_clear [148] 42342 Perl_sv_clear [48] 42901 Perl_av_clear [279] 61382 Perl_hv_free_ent [142] 161770 Perl_av_undef [225] 267258 Perl_pp_leaveloop [77] 532685 Perl_pregfree [49] 798571 Perl_pp_iter [46] 1013662 Perl_free_tmps [102] 1530047 Perl_leave_scope [35] 0.16 0.08 1/213 perl_parse [4] 0.16 0.08 1/213 S_init_main_stash [18] 0.16 0.08 1/213 S_open_script [33] 0.16 0.08 1/213 Perl_set_numeric_radix [60] 0.63 0.32 4/213 perl_destruct [6] 1.26 0.63 8/213 do_clean_named_objs [21] 10.22 5.13 65/213 do_clean_objs [10] [51] 0.5 0.24 0.00 4499014 Perl_sv_free [51] 1450249 Perl_sv_free2 [86] ----------------------------------------------- 0.00 0.24 1/1 S_init_postdump_symbols [14] [52] 0.5 0.00 0.24 1 Perl_magicname [52] 0.16 0.08 1/213 Perl_gv_fetchpv [593] 0.00 0.00 1/1906 Perl_sv_magic [276] ----------------------------------------------- 0.00 0.24 1/1 S_init_main_stash [18] [53] 0.5 0.00 0.24 1 Perl_form [53] 0.00 0.24 1/1 Perl_vform [54] ----------------------------------------------- 0.00 0.24 1/1 Perl_form [53] [54] 0.5 0.00 0.24 1 Perl_vform [54] 0.16 0.08 1/213 Perl_sv_vsetpvfn [327] 0.00 0.00 1/32 S_mess_alloc [431] ----------------------------------------------- 0.00 0.24 1/1 perl_construct [26] [55] 0.5 0.00 0.24 1 Perl_init_i18nl10n [55] 0.00 0.24 1/1 Perl_new_numeric [58] 0.00 0.00 6/3535126 Perl_safesysfree [79] 0.00 0.00 3/14 Perl_savepv [532] 0.00 0.00 1/1 Perl_new_collate [563] 0.00 0.00 2/170 Perl_ibcmp [707] 0.00 0.00 1/1 Perl_new_ctype [877] ----------------------------------------------- 0.00 0.24 1/1 S_parse_body [5] [56] 0.5 0.00 0.24 1 S_init_lexer [56] 0.16 0.08 1/213 Perl_lex_start [323] 0.00 0.00 1/92385 Perl_newSVpvn [110] ----------------------------------------------- 0.00 0.24 1/1 S_parse_body [5] [57] 0.5 0.00 0.24 1 S_set_caret_X [57] 0.16 0.08 1/213 Perl_gv_fetchpvn_flags [207] 0.00 0.00 1/1087 Perl_sv_setpv [344] ----------------------------------------------- 0.00 0.24 1/1 Perl_init_i18nl10n [55] [58] 0.5 0.00 0.24 1 Perl_new_numeric [58] 0.00 0.24 1/1 Perl_set_numeric_radix [60] 0.00 0.00 1/14 Perl_savepv [532] 0.00 0.00 1/3535126 Perl_safesysfree [79] 0.00 0.00 1/2 S_stdize_locale [865] ----------------------------------------------- 0.00 0.24 1/1 S_parse_body [5] [59] 0.5 0.00 0.24 1 Perl_boot_core_xsutils [59] 0.16 0.08 1/213 Perl_newXS [414] ----------------------------------------------- 0.00 0.24 1/1 Perl_new_numeric [58] [60] 0.5 0.00 0.24 1 Perl_set_numeric_radix [60] 0.16 0.08 1/213 Perl_sv_free [51] ----------------------------------------------- 0.00 0.24 1/1 S_parse_body [5] [61] 0.5 0.00 0.24 1 xs_init [61] 0.16 0.08 1/213 Perl_newXS [414] ----------------------------------------------- 0.00 0.00 1/3520374 S_regmatch [9] 0.00 0.00 2/3520374 Perl_pp_study [530] 0.00 0.00 2/3520374 PerlIO_list_push [559] 0.00 0.00 3/3520374 S_hv_fetch_common [76] 0.00 0.00 4/3520374 Perl_init_stacks [518] 0.00 0.00 6/3520374 Perl_newXS_flags [486] 0.00 0.00 6/3520374 Perl_new_stackinfo [491] 0.00 0.00 14/3520374 Perl_savepv [532] 0.00 0.00 21/3520374 Perl_rxres_save [520] 0.00 0.00 22/3520374 Perl_sv_2pv_flags [98] 0.00 0.00 30/3520374 Perl_my_setenv [507] 0.00 0.00 49/3520374 Perl_bytes_from_utf8 [493] 0.00 0.00 75/3520374 S_mergesortsv [463] 0.00 0.00 101/3520374 Perl_bytes_to_utf8 [468] 0.00 0.00 171/3520374 S_study_chunk [96] 0.00 0.00 213/3520374 S_regtry [36] 0.00 0.00 317/3520374 S_hsplit [161] 0.00 0.00 369/3520374 Perl_get_arena [420] 0.00 0.00 580/3520374 S_more_sv [164] 0.00 0.00 640/3520374 S_add_data [379] 0.00 0.00 640/3520374 Perl_safesysrealloc [224] 0.00 0.00 1173/3520374 Perl_lex_start [323] 0.00 0.00 3254/3520374 Perl_av_extend [262] 0.00 0.00 4152/3520374 Perl_re_compile [12] 0.00 0.00 6440/3520374 S_sublex_push [188] 0.00 0.00 13227/3520374 S_push_slab [322] 0.00 0.00 38271/3520374 Perl_av_make [107] 0.00 0.00 60316/3520374 S_share_hek_flags [122] 0.04 0.00 616917/3520374 Perl_savepvn [83] 0.04 0.00 646186/3520374 Perl_sv_grow [64] 0.14 0.00 2127172/3520374 Perl_reg_temp_copy [39] [62] 0.5 0.23 0.00 3520374 Perl_safesysmalloc [62] ----------------------------------------------- 610026 Perl_runops_debug [24] [63] 0.4 0.23 0.00 610026 Perl_pp_leave [63] 610026 Perl_pop_scope [78] 38686 Perl_sv_mortalcopy [106] ----------------------------------------------- 0.00 0.00 1/757275 Perl_pp_uc [537] 0.00 0.00 1/757275 Perl_do_vop [470] 0.00 0.00 1/757275 perl_construct [26] 0.00 0.00 1/757275 S_init_main_stash [18] 0.00 0.00 4/757275 S_reg [90] 0.00 0.00 4/757275 Perl_do_vecset [280] 0.00 0.00 6/757275 S_study_chunk [96] 0.00 0.00 10/757275 Perl_pp_quotemeta [458] 0.00 0.00 10/757275 S_sv_exp_grow [494] 0.00 0.00 10/757275 S_scan_const [193] 0.00 0.00 14/757275 Perl_pp_lc [447] 0.00 0.00 27/757275 Perl_pp_repeat [196] 0.00 0.00 28/757275 Perl_pp_chr [146] 0.00 0.00 121/757275 Perl_do_join [160] 0.00 0.00 190/757275 S_scan_heredoc [93] 0.00 0.00 220/757275 Perl_sv_gets [91] 0.00 0.00 244/757275 Perl_sv_catpv [377] 0.00 0.00 252/757275 Perl_sv_force_normal_flags [267] 0.00 0.00 721/757275 S_swash_get [141] 0.00 0.00 850/757275 Perl_sv_setpv [344] 0.00 0.00 1015/757275 Perl_fbm_compile [175] 0.00 0.00 7785/757275 S_scan_str [147] 0.00 0.00 20653/757275 Perl_sv_vcatpvfn [118] 0.01 0.00 37253/757275 Perl_newSV [100] 0.01 0.00 41992/757275 Perl_sv_2pv_flags [98] 0.02 0.01 87625/757275 Perl_sv_catpvn_flags [34] 0.02 0.01 101322/757275 Perl_sv_setpvn [40] 0.11 0.03 456915/757275 Perl_sv_setsv_flags [20] [64] 0.4 0.18 0.04 757275 Perl_sv_grow [64] 0.04 0.00 646186/3520374 Perl_safesysmalloc [62] 0.00 0.00 110417/121062 Perl_safesysrealloc [224] 0.00 0.00 1/1534317 Perl_sv_upgrade [41] 0.00 0.00 3/100 Perl_sv_backoff [728] ----------------------------------------------- 545075 Perl_runops_debug [24] [65] 0.4 0.16 0.07 545075 Perl_pp_postinc [65] 0.02 0.01 38242/38930 Perl_sv_inc [126] 0.02 0.00 545075/5762926 Perl_pad_sv [69] 0.01 0.01 38237/277715 Perl_sv_setiv [92] 545075 Perl_sv_setsv_flags [20] ----------------------------------------------- 2800778 Perl_runops_debug [24] [66] 0.4 0.20 0.00 2800778 Perl_pp_nextstate [66] 22500 Perl_free_tmps [102] ----------------------------------------------- 1156569 Perl_runops_debug [24] [67] 0.4 0.19 0.00 1156569 Perl_pp_and [67] 1300 Perl_sv_2bool [287] ----------------------------------------------- 140330 S_regpiece [81] [68] 0.4 0.15 0.03 140330 S_regatom [68] 0.01 0.00 39646/103734 Perl_utf8n_to_uvuni [138] 0.01 0.00 136580/223527 S_reg_node [167] 0.00 0.00 43252/43336 S_reguni [197] 0.01 0.00 140244/395472 S_nextchar [157] 0.00 0.00 39647/1317116 Perl_ckwarn [101] 0.00 0.00 361/22745 Perl_utf8_to_uvchr [194] 0.00 0.00 223/108964 Perl_grok_hex [129] 0.00 0.00 88/87114 S_reganode [168] 0.00 0.00 18/886 S_add_data [379] 0.00 0.00 528/528 S_regwhite [646] 0.00 0.00 43/156 S_regcurly [712] 0.00 0.00 6/42 Perl_grok_oct [757] 2472 S_reg [90] 1104 S_regclass [247] 347 Perl_to_uni_fold [376] 85 S_reg_namedseq [355] 36 S_reg_scan_name [403] 1 S_re_croak2 [853] ----------------------------------------------- 0.00 0.00 1/5762926 Perl_pp_pow [552] 0.00 0.00 1/5762926 Perl_pp_unshift [534] 0.00 0.00 1/5762926 Perl_pp_split [133] 0.00 0.00 2/5762926 Perl_pp_uc [537] 0.00 0.00 2/5762926 XS_utf8_upgrade [528] 0.00 0.00 3/5762926 Perl_pp_match [30] 0.00 0.00 8/5762926 Perl_pp_schop [554] 0.00 0.00 9/5762926 Perl_pp_aassign [257] 0.00 0.00 12/5762926 Perl_pp_negate [482] 0.00 0.00 13/5762926 Perl_pp_complement [488] 0.00 0.00 14/5762926 Perl_pp_anoncode [521] 0.00 0.00 15/5762926 Perl_pp_length [453] 0.00 0.00 23/5762926 Perl_pp_bit_or [417] 0.00 0.00 24/5762926 Perl_mod [278] 0.00 0.00 28/5762926 Perl_pp_sprintf [533] 0.00 0.00 39/5762926 Perl_pp_ord [426] 0.00 0.00 49/5762926 Perl_pp_repeat [196] 0.00 0.00 54/5762926 Perl_newRANGE [410] 0.00 0.00 123/5762926 Perl_pp_bit_and [386] 0.00 0.00 123/5762926 Perl_pp_index [397] 0.00 0.00 128/5762926 Perl_pp_quotemeta [458] 0.00 0.00 132/5762926 Perl_pp_rv2av [155] 0.00 0.00 132/5762926 Perl_pp_pack [367] 0.00 0.00 144/5762926 Perl_pp_add [244] 0.00 0.00 144/5762926 Perl_pp_substr [370] 0.00 0.00 144/5762926 Perl_pp_vec [371] 0.00 0.00 209/5762926 Perl_pp_ref [364] 0.00 0.00 234/5762926 Perl_pp_caller [205] 0.00 0.00 243/5762926 Perl_pp_regcomp [32] 0.00 0.00 246/5762926 Perl_pp_aelemfast [464] 0.00 0.00 253/5762926 Perl_pp_lc [447] 0.00 0.00 395/5762926 Perl_pp_push [352] 0.00 0.00 447/5762926 Perl_pp_pos [394] 0.00 0.00 1111/5762926 Perl_pp_join [274] 0.00 0.00 1635/5762926 Perl_fold_constants [187] 0.00 0.00 1817/5762926 Perl_pp_stringify [272] 0.00 0.00 2843/5762926 Perl_pp_subtract [314] 0.00 0.00 20540/5762926 Perl_pp_chr [146] 0.00 0.00 32867/5762926 Perl_pp_rand [163] 0.00 0.00 32867/5762926 Perl_pp_int [116] 0.00 0.00 38255/5762926 Perl_pp_ncmp [140] 0.00 0.00 39738/5762926 Perl_pp_padhv [178] 0.00 0.00 43768/5762926 Perl_pp_oct [115] 0.00 0.00 68704/5762926 Perl_pp_padav [139] 0.02 0.00 545075/5762926 Perl_pp_postinc [65] 0.02 0.00 803868/5762926 Perl_pp_concat [31] 0.13 0.00 4126443/5762926 Perl_pp_padsv [37] [69] 0.4 0.18 0.00 5762926 Perl_pad_sv [69] ----------------------------------------------- 2 Perl_pp_uc [537] 5 Perl_pp_rv2av [155] 5 Perl_sv_2iv_flags [113] 5 Perl_save_helem [539] 5 Perl_pp_enteriter [50] 17 Perl_sv_2cv [682] 19 Perl_sv_2nv [123] 20 Perl_save_scalar [99] 24 Perl_pp_bit_or [417] 128 Perl_pp_bit_and [386] 413 Perl_sv_2bool [287] 1387 Perl_sv_setsv_flags [20] 8120 Perl_pp_defined [580] 131467 Perl_sv_2pv_flags [98] [70] 0.3 0.07 0.11 141617 Perl_mg_get [70] 0.05 0.00 141617/142692 S_restore_magic [114] 0.02 0.02 141617/142671 S_save_magic [121] 0.01 0.00 141617/605635 Perl_sv_2mortal [108] 0.01 0.00 141617/142671 Perl_save_alloc [191] 0.00 0.00 298/298 Perl_magic_regdatum_get [365] 0.00 0.00 28/28 Perl_magic_getarylen [439] 0.00 0.00 3/3 Perl_magic_getpos [517] 0.00 0.00 2/2 Perl_magic_getvec [529] 0.00 0.00 25/25 Perl_magic_getsig [776] 141210 Perl_magic_get [143] 51 Perl_magic_getpack [752] ----------------------------------------------- 817337 Perl_runops_debug [24] [71] 0.3 0.16 0.00 817337 Perl_pp_sassign [71] 817334 Perl_sv_setsv_flags [20] 696 Perl_mg_set [252] 7 Perl_gv_fetchsv [297] ----------------------------------------------- 778485 Perl_runops_debug [24] [72] 0.3 0.14 0.00 778485 Perl_pp_gvsv [72] 35 Perl_save_scalar [99] ----------------------------------------------- 534893 Perl_runops_debug [24] [73] 0.3 0.14 0.00 534893 Perl_pp_or [73] 241 Perl_sv_2bool [287] ----------------------------------------------- 834628 Perl_runops_debug [24] [74] 0.3 0.14 0.00 834628 Perl_pp_unstack [74] 800447 Perl_leave_scope [35] 298945 Perl_free_tmps [102] ----------------------------------------------- 0.04 0.00 551/2001 S_reg [90] 0.10 0.00 1450/2001 S_regpiece [81] [75] 0.3 0.14 0.00 2001 S_reginsert [75] ----------------------------------------------- 92 S_hv_fetch_common [76] 30 Perl_hv_exists [766] 198 Perl_hv_store_flags [696] 403 Perl_hv_exists_ent [654] 653 Perl_hv_store [628] 4300 Perl_hv_store_ent [589] 41578 Perl_hv_fetch_ent [216] 62434 Perl_hv_fetch [202] [76] 0.3 0.07 0.07 109596+92 S_hv_fetch_common [76] 0.03 0.00 64124/66158 S_share_hek_flags [122] 0.01 0.00 311/317 S_hsplit [161] 0.01 0.00 64127/64143 S_new_he [177] 0.00 0.00 59103/756167 Perl_newSV [100] 0.00 0.00 140/455 Perl_mg_copy [261] 0.00 0.00 3006/552900 Perl_mg_find [103] 0.00 0.00 701/18134 Perl_safesyscalloc [233] 0.00 0.00 31/1534317 Perl_sv_upgrade [41] 0.00 0.00 47/605635 Perl_sv_2mortal [108] 0.00 0.00 31/35091 Perl_sv_newmortal [232] 0.00 0.00 66/129 Perl_bytes_from_utf8 [493] 0.00 0.00 15/3535126 Perl_safesysfree [79] 0.00 0.00 3/3520374 Perl_safesysmalloc [62] 0.00 0.00 121/121 S_hv_magic_check [723] 38245 Perl_sv_2pv_flags [98] 130 Perl_sv_free [51] 78 Perl_newSVsv [190] 92 S_hv_fetch_common [76] ----------------------------------------------- 267010 Perl_runops_debug [24] [77] 0.3 0.11 0.02 267010 Perl_pp_leaveloop [77] 0.02 0.00 266247/605635 Perl_sv_2mortal [108] 534020 Perl_pop_scope [78] 267258 Perl_sv_free [51] 266399 Perl_sv_mortalcopy [106] ----------------------------------------------- 1 S_regrepeat [38] 1 S_require_tie_mod [566] 2 Perl_gv_autoload4 [525] 4 Perl_pp_leavesublv [848] 4 Perl_pp_tie [489] 4 Perl_gv_init [243] 5 Perl_amagic_call [511] 6 Perl_newCONSTSUB [506] 10 Perl_cv_clone [454] 11 Perl_die_where [479] 12 Perl_pp_leavetry [474] 25 S_find_byclass [200] 34 S_vdie_common [425] 45 Perl_magic_nextpack [460] 51 S_magic_methpack [457] 63 S_reg_namedseq [355] 67 S_new_constant [435] 78 S_process_special_blocks [438]