Flat profile:

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls  ms/call  ms/call  name    
 50.00      0.23     0.23 48848516     0.00     0.00  CHECKIDX
 38.30      0.41     0.18        1   180.00   409.79  parse
  6.38      0.45     0.03                             __x86.get_pc_thunk.bx
  3.19      0.46     0.01      569     0.03     0.03  kw
  2.13      0.47     0.01                             _dl_relocate_static_pie
  0.00      0.47     0.00   566838     0.00     0.00  makespace_
  0.00      0.47     0.00   352168     0.00     0.00  ONDEMAND
  0.00      0.47     0.00    20549     0.00     0.00  match
  0.00      0.47     0.00    14315     0.00     0.00  mktuple
  0.00      0.47     0.00     9849     0.00     0.00  xfgetc
  0.00      0.47     0.00     7157     0.00     0.00  str_to_pool
  0.00      0.47     0.00     4609     0.00     0.00  stores
  0.00      0.47     0.00     4601     0.00     0.00  storec
  0.00      0.47     0.00     4488     0.00     0.00  line_reconstruction
  0.00      0.47     0.00     4476     0.00     0.00  ctuple_inner
  0.00      0.47     0.00     1672     0.00     0.00  lit
  0.00      0.47     0.00     1177     0.00     0.00  C
  0.00      0.47     0.00      853     0.00     0.00  detuple_inner
  0.00      0.47     0.00      611     0.00     0.00  Free
  0.00      0.47     0.00      475     0.00     0.00  S_inner
  0.00      0.47     0.00      394     0.00     0.00  Malloc
  0.00      0.47     0.00      329     0.00     0.00  semantic
  0.00      0.47     0.00      246     0.00     0.00  bip
  0.00      0.47     0.00      239     0.00     0.00  CAstOPName
  0.00      0.47     0.00      232     0.00     0.00  lookup_with_scope
  0.00      0.47     0.00      217     0.00     0.00  Declare_inner
  0.00      0.47     0.00      217     0.00     0.00  Strdup
  0.00      0.47     0.00      217     0.00     0.00  add_entry
  0.00      0.47     0.00      217     0.00     0.00  add_entry_internal
  0.00      0.47     0.00      217     0.00     0.00  compile_callback
  0.00      0.47     0.00      116     0.00     0.00  append_to_inner
  0.00      0.47     0.00      116     0.00     0.00  append_to_type_inner
  0.00      0.47     0.00      105     0.00     0.04  compile_inner
  0.00      0.47     0.00      105     0.00     0.00  destroy_tables
  0.00      0.47     0.00      105     0.00     0.00  end_scope
  0.00      0.47     0.00      105     0.00     0.00  new_scope
  0.00      0.47     0.00      105     0.00     0.00  pop_scope_level
  0.00      0.47     0.00      105     0.00     0.00  push_scope_level
  0.00      0.47     0.00       78     0.00     0.00  compile_expression_inner
  0.00      0.47     0.00       72     0.00     0.00  add_new_table
  0.00      0.47     0.00       72     0.00     0.00  destroy_table
  0.00      0.47     0.00       40     0.00     0.00  IntConstant_c_inner
  0.00      0.47     0.00       31     0.00     0.00  sRECONSTITUTE
  0.00      0.47     0.00       25     0.00     0.00  warn
  0.00      0.47     0.00       16     0.00     0.00  CPRIO
  0.00      0.47     0.00       15     0.00     0.00  compile_flowcontrol_inner
  0.00      0.47     0.00       15     0.00     0.00  lookup
  0.00      0.47     0.00        9     0.00     0.03  out_inner
  0.00      0.47     0.00        7     0.00     0.00  build_call
  0.00      0.47     0.00        5     0.00     0.00  STATEMENT_BLOCK_inner
  0.00      0.47     0.00        5     0.00     0.00  compile_to_str
  0.00      0.47     0.00        5     0.00     0.00  getstr
  0.00      0.47     0.00        4     0.00     0.00  COPERATOR
  0.00      0.47     0.00        4     0.00     0.00  binary_op
  0.00      0.47     0.00        2     0.00     0.00  cform_assignment
  0.00      0.47     0.00        2     0.00     0.00  same
  0.00      0.47     0.00        1     0.00    15.47  build_ast_inner
  0.00      0.47     0.00        1     0.00     0.00  compile_init
  0.00      0.47     0.00        1     0.00     0.00  compile_terminate
  0.00      0.47     0.00        1     0.00     0.05  find_lines
  0.00      0.47     0.00        1     0.00     0.00  install_callback
  0.00      0.47     0.00        1     0.00     0.05  memory_map_file
  0.00      0.47     0.00        1     0.00     0.00  remove_callback

 %         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.

Copyright (C) 2012-2018 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

		     Call graph (explanation follows)


granularity: each sample hit covers 4 byte(s) for 2.13% of 0.47 seconds

index % time    self  children    called     name
                                                 <spontaneous>
[1]     91.5    0.00    0.43                 main [1]
                0.18    0.23       1/1           parse [2]
                0.00    0.02       1/1           build_ast_inner [5]
                0.00    0.00       1/1           compile_inner <cycle 1> [14]
                0.00    0.00       1/1           out_inner <cycle 2> [17]
                0.00    0.00       1/1           memory_map_file [22]
                0.00    0.00       1/1           compile_init [30]
                0.00    0.00       1/1           compile_terminate [64]
-----------------------------------------------
                               24588             parse [2]
                0.18    0.23       1/1           main [1]
[2]     87.2    0.18    0.23       1+24588   parse [2]
                0.22    0.00 46052463/48848516     CHECKIDX [3]
                0.00    0.01  351998/352168      ONDEMAND [9]
                0.00    0.00  544926/566838      makespace_ [36]
                0.00    0.00     329/329         semantic [42]
                               24588             parse [2]
-----------------------------------------------
                0.00    0.00      61/48848516     compile_expression_inner <cycle 1> [24]
                0.00    0.00     108/48848516     sRECONSTITUTE [25]
                0.00    0.00     161/48848516     out_inner <cycle 2> [17]
                0.00    0.00     367/48848516     ctuple_inner [18]
                0.00    0.00     475/48848516     S_inner [31]
                0.00    0.00     569/48848516     kw [6]
                0.00    0.00     682/48848516     line_reconstruction [10]
                0.00    0.00    2439/48848516     compile_inner <cycle 1> [14]
                0.00    0.00   10088/48848516     find_lines [21]
                0.00    0.00   19696/48848516     xfgetc [19]
                0.00    0.00   22056/48848516     build_ast_inner [5]
                0.00    0.00  110217/48848516     mktuple [15]
                0.01    0.00 2629134/48848516     str_to_pool [7]
                0.22    0.00 46052463/48848516     parse [2]
[3]     50.0    0.23    0.00 48848516         CHECKIDX [3]
-----------------------------------------------
                                                 <spontaneous>
[4]      6.4    0.03    0.00                 __x86.get_pc_thunk.bx [4]
-----------------------------------------------
                                7351             build_ast_inner [5]
                0.00    0.02       1/1           main [1]
[5]      3.3    0.00    0.02       1+7351    build_ast_inner [5]
                0.01    0.00     569/569         kw [6]
                0.00    0.00    7352/14315       mktuple [15]
                0.00    0.00   22056/48848516     CHECKIDX [3]
                0.00    0.00    1672/1672        lit [20]
                0.00    0.00     246/246         bip [23]
                                7351             build_ast_inner [5]
-----------------------------------------------
                0.01    0.00     569/569         build_ast_inner [5]
[6]      3.2    0.01    0.00     569         kw [6]
                0.00    0.00     569/14315       mktuple [15]
                0.00    0.00     569/48848516     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00       1/7157        line_reconstruction [10]
                0.00    0.00       1/7157        IntConstant_c_inner [32]
                0.00    0.00       2/7157        compile_init [30]
                0.00    0.00     133/7157        out_inner <cycle 2> [17]
                0.00    0.00    2411/7157        compile_inner <cycle 1> [14]
                0.00    0.01    4609/7157        stores [11]
[7]      2.7    0.00    0.01    7157         str_to_pool [7]
                0.01    0.00 2629134/48848516     CHECKIDX [3]
                0.00    0.00    7157/566838      makespace_ [36]
-----------------------------------------------
                                                 <spontaneous>
[8]      2.1    0.01    0.00                 _dl_relocate_static_pie [8]
-----------------------------------------------
                0.00    0.00     170/352168      sRECONSTITUTE [25]
                0.00    0.01  351998/352168      parse [2]
[9]      1.8    0.00    0.01  352168         ONDEMAND [9]
                0.00    0.01    4488/4488        line_reconstruction [10]
-----------------------------------------------
                0.00    0.01    4488/4488        ONDEMAND [9]
[10]     1.8    0.00    0.01    4488         line_reconstruction [10]
                0.00    0.01    4601/4601        storec [12]
                0.00    0.00    9849/9849        xfgetc [19]
                0.00    0.00       8/4609        stores [11]
                0.00    0.00     682/48848516     CHECKIDX [3]
                0.00    0.00       1/7157        str_to_pool [7]
                0.00    0.00      63/566838      makespace_ [36]
-----------------------------------------------
                0.00    0.00       8/4609        line_reconstruction [10]
                0.00    0.01    4601/4609        storec [12]
[11]     1.7    0.00    0.01    4609         stores [11]
                0.00    0.01    4609/7157        str_to_pool [7]
-----------------------------------------------
                0.00    0.01    4601/4601        line_reconstruction [10]
[12]     1.7    0.00    0.01    4601         storec [12]
                0.00    0.01    4601/4609        stores [11]
-----------------------------------------------
[13]     0.9    0.00    0.00       1+197     <cycle 1 as a whole> [13]
                0.00    0.00     105+5873        compile_inner <cycle 1> [14]
                0.00    0.00      78+1048        compile_expression_inner <cycle 1> [24]
                0.00    0.00      15             compile_flowcontrol_inner <cycle 1> [35]
-----------------------------------------------
                                5873             compile_inner <cycle 1> [14]
                                   7             compile_flowcontrol_inner <cycle 1> [35]
                                  97             compile_expression_inner <cycle 1> [24]
                0.00    0.00       1/1           main [1]
[14]     0.9    0.00    0.00     105+5873    compile_inner <cycle 1> [14]
                0.00    0.00    2411/7157        str_to_pool [7]
                0.00    0.00    4127/4476        ctuple_inner [18]
                0.00    0.00    2439/48848516     CHECKIDX [3]
                0.00    0.00       5/5           getstr [27]
                0.00    0.00     116/116         append_to_inner [28]
                0.00    0.00     217/217         Declare_inner [33]
                0.00    0.00       4/31          sRECONSTITUTE [25]
                0.00    0.00       2/40          IntConstant_c_inner [32]
                0.00    0.00     108/853         detuple_inner [39]
                0.00    0.00     105/105         push_scope_level [53]
                0.00    0.00     105/566838      makespace_ [36]
                0.00    0.00     105/105         pop_scope_level [52]
                0.00    0.00       1/5           STATEMENT_BLOCK_inner [59]
                                  78             compile_expression_inner <cycle 1> [24]
                                  15             compile_flowcontrol_inner <cycle 1> [35]
                                5873             compile_inner <cycle 1> [14]
-----------------------------------------------
                0.00    0.00     246/14315       bip [23]
                0.00    0.00     569/14315       kw [6]
                0.00    0.00    1672/14315       lit [20]
                0.00    0.00    4476/14315       ctuple_inner [18]
                0.00    0.00    7352/14315       build_ast_inner [5]
[15]     0.1    0.00    0.00   14315         mktuple [15]
                0.00    0.00  110217/48848516     CHECKIDX [3]
                0.00    0.00   14315/566838      makespace_ [36]
-----------------------------------------------
[16]     0.1    0.00    0.00       1+12      <cycle 2 as a whole> [16]
                0.00    0.00       9+1489        out_inner <cycle 2> [17]
                0.00    0.00       4             binary_op <cycle 2> [61]
-----------------------------------------------
                                1489             out_inner <cycle 2> [17]
                                   8             binary_op <cycle 2> [61]
                0.00    0.00       1/1           main [1]
[17]     0.1    0.00    0.00       9+1489    out_inner <cycle 2> [17]
                0.00    0.00     133/7157        str_to_pool [7]
                0.00    0.00     134/4476        ctuple_inner [18]
                0.00    0.00     243/475         S_inner [31]
                0.00    0.00     161/48848516     CHECKIDX [3]
                0.00    0.00    1172/1177        C [38]
                0.00    0.00     741/853         detuple_inner [39]
                                   4             binary_op <cycle 2> [61]
                                1489             out_inner <cycle 2> [17]
-----------------------------------------------
                0.00    0.00       1/4476        IntConstant_c_inner [32]
                0.00    0.00       2/4476        compile_init [30]
                0.00    0.00       2/4476        compile_flowcontrol_inner <cycle 1> [35]
                0.00    0.00       7/4476        build_call [34]
                0.00    0.00     100/4476        compile_expression_inner <cycle 1> [24]
                0.00    0.00     103/4476        append_to_type_inner [29]
                0.00    0.00     134/4476        out_inner <cycle 2> [17]
                0.00    0.00    4127/4476        compile_inner <cycle 1> [14]
[18]     0.0    0.00    0.00    4476         ctuple_inner [18]
                0.00    0.00    4476/14315       mktuple [15]
                0.00    0.00     367/48848516     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00    9849/9849        line_reconstruction [10]
[19]     0.0    0.00    0.00    9849         xfgetc [19]
                0.00    0.00   19696/48848516     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00    1672/1672        build_ast_inner [5]
[20]     0.0    0.00    0.00    1672         lit [20]
                0.00    0.00    1672/14315       mktuple [15]
-----------------------------------------------
                0.00    0.00       1/1           memory_map_file [22]
[21]     0.0    0.00    0.00       1         find_lines [21]
                0.00    0.00   10088/48848516     CHECKIDX [3]
                0.00    0.00     240/566838      makespace_ [36]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[22]     0.0    0.00    0.00       1         memory_map_file [22]
                0.00    0.00       1/1           find_lines [21]
                0.00    0.00       1/566838      makespace_ [36]
-----------------------------------------------
                0.00    0.00     246/246         build_ast_inner [5]
[23]     0.0    0.00    0.00     246         bip [23]
                0.00    0.00     246/14315       mktuple [15]
-----------------------------------------------
                                1048             compile_expression_inner <cycle 1> [24]
                                  78             compile_inner <cycle 1> [14]
[24]     0.0    0.00    0.00      78+1048    compile_expression_inner <cycle 1> [24]
                0.00    0.00     100/4476        ctuple_inner [18]
                0.00    0.00      37/40          IntConstant_c_inner [32]
                0.00    0.00      61/48848516     CHECKIDX [3]
                0.00    0.00       7/7           build_call [34]
                0.00    0.00      15/475         S_inner [31]
                0.00    0.00      15/15          lookup [58]
                0.00    0.00       3/25          warn [56]
                0.00    0.00       2/2           cform_assignment [62]
                                  97             compile_inner <cycle 1> [14]
                                1048             compile_expression_inner <cycle 1> [24]
-----------------------------------------------
                0.00    0.00       4/31          compile_inner <cycle 1> [14]
                0.00    0.00      27/31          compile_to_str [26]
[25]     0.0    0.00    0.00      31         sRECONSTITUTE [25]
                0.00    0.00     170/352168      ONDEMAND [9]
                0.00    0.00     108/48848516     CHECKIDX [3]
                0.00    0.00      31/566838      makespace_ [36]
-----------------------------------------------
                                 100             compile_to_str [26]
                0.00    0.00       5/5           getstr [27]
[26]     0.0    0.00    0.00       5+100     compile_to_str [26]
                0.00    0.00      27/31          sRECONSTITUTE [25]
                                 100             compile_to_str [26]
-----------------------------------------------
                0.00    0.00       5/5           compile_inner <cycle 1> [14]
[27]     0.0    0.00    0.00       5         getstr [27]
                0.00    0.00       5/5           compile_to_str [26]
-----------------------------------------------
                0.00    0.00     116/116         compile_inner <cycle 1> [14]
[28]     0.0    0.00    0.00     116         append_to_inner [28]
                0.00    0.00     116/116         append_to_type_inner [29]
-----------------------------------------------
                0.00    0.00     116/116         append_to_inner [28]
[29]     0.0    0.00    0.00     116         append_to_type_inner [29]
                0.00    0.00     103/4476        ctuple_inner [18]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[30]     0.0    0.00    0.00       1         compile_init [30]
                0.00    0.00       2/7157        str_to_pool [7]
                0.00    0.00       2/4476        ctuple_inner [18]
                0.00    0.00       1/1177        C [38]
                0.00    0.00       1/1           install_callback [65]
-----------------------------------------------
                0.00    0.00      15/475         compile_expression_inner <cycle 1> [24]
                0.00    0.00     217/475         Declare_inner [33]
                0.00    0.00     243/475         out_inner <cycle 2> [17]
[31]     0.0    0.00    0.00     475         S_inner [31]
                0.00    0.00     475/48848516     CHECKIDX [3]
-----------------------------------------------
                                   2             IntConstant_c_inner [32]
                0.00    0.00       1/40          compile_flowcontrol_inner <cycle 1> [35]
                0.00    0.00       2/40          compile_inner <cycle 1> [14]
                0.00    0.00      37/40          compile_expression_inner <cycle 1> [24]
[32]     0.0    0.00    0.00      40+2       IntConstant_c_inner [32]
                0.00    0.00       1/7157        str_to_pool [7]
                0.00    0.00       1/4476        ctuple_inner [18]
                                   2             IntConstant_c_inner [32]
-----------------------------------------------
                0.00    0.00     217/217         compile_inner <cycle 1> [14]
[33]     0.0    0.00    0.00     217         Declare_inner [33]
                0.00    0.00     217/475         S_inner [31]
                0.00    0.00     239/239         CAstOPName [43]
                0.00    0.00     217/232         lookup_with_scope [44]
                0.00    0.00     217/217         add_entry [46]
                0.00    0.00      22/25          warn [56]
-----------------------------------------------
                0.00    0.00       7/7           compile_expression_inner <cycle 1> [24]
[34]     0.0    0.00    0.00       7         build_call [34]
                0.00    0.00       7/4476        ctuple_inner [18]
-----------------------------------------------
                                  15             compile_inner <cycle 1> [14]
[35]     0.0    0.00    0.00      15         compile_flowcontrol_inner <cycle 1> [35]
                0.00    0.00       2/4476        ctuple_inner [18]
                0.00    0.00       1/40          IntConstant_c_inner [32]
                0.00    0.00       4/5           STATEMENT_BLOCK_inner [59]
                0.00    0.00       1/853         detuple_inner [39]
                                   7             compile_inner <cycle 1> [14]
-----------------------------------------------
                0.00    0.00       1/566838      memory_map_file [22]
                0.00    0.00      31/566838      sRECONSTITUTE [25]
                0.00    0.00      63/566838      line_reconstruction [10]
                0.00    0.00     105/566838      compile_inner <cycle 1> [14]
                0.00    0.00     240/566838      find_lines [21]
                0.00    0.00    7157/566838      str_to_pool [7]
                0.00    0.00   14315/566838      mktuple [15]
                0.00    0.00  544926/566838      parse [2]
[36]     0.0    0.00    0.00  566838         makespace_ [36]
-----------------------------------------------
                0.00    0.00    7270/20549       add_entry_internal [47]
                0.00    0.00   13279/20549       lookup_with_scope [44]
[37]     0.0    0.00    0.00   20549         match [37]
-----------------------------------------------
                0.00    0.00       1/1177        compile_init [30]
                0.00    0.00       4/1177        binary_op <cycle 2> [61]
                0.00    0.00    1172/1177        out_inner <cycle 2> [17]
[38]     0.0    0.00    0.00    1177         C [38]
-----------------------------------------------
                0.00    0.00       1/853         compile_flowcontrol_inner <cycle 1> [35]
                0.00    0.00       3/853         cform_assignment [62]
                0.00    0.00     108/853         compile_inner <cycle 1> [14]
                0.00    0.00     741/853         out_inner <cycle 2> [17]
[39]     0.0    0.00    0.00     853         detuple_inner [39]
-----------------------------------------------
                0.00    0.00      72/611         destroy_tables [49]
                0.00    0.00     105/611         end_scope [50]
                0.00    0.00     434/611         destroy_table [55]
[40]     0.0    0.00    0.00     611         Free [40]
-----------------------------------------------
                0.00    0.00      72/394         add_new_table [54]
                0.00    0.00     105/394         new_scope [51]
                0.00    0.00     217/394         add_entry_internal [47]
[41]     0.0    0.00    0.00     394         Malloc [41]
-----------------------------------------------
                0.00    0.00     329/329         parse [2]
[42]     0.0    0.00    0.00     329         semantic [42]
-----------------------------------------------
                0.00    0.00     239/239         Declare_inner [33]
[43]     0.0    0.00    0.00     239         CAstOPName [43]
-----------------------------------------------
                0.00    0.00      15/232         lookup [58]
                0.00    0.00     217/232         Declare_inner [33]
[44]     0.0    0.00    0.00     232         lookup_with_scope [44]
                0.00    0.00   13279/20549       match [37]
-----------------------------------------------
                0.00    0.00     217/217         add_entry_internal [47]
[45]     0.0    0.00    0.00     217         Strdup [45]
-----------------------------------------------
                0.00    0.00     217/217         Declare_inner [33]
[46]     0.0    0.00    0.00     217         add_entry [46]
                0.00    0.00     217/217         add_entry_internal [47]
-----------------------------------------------
                                  72             add_entry_internal [47]
                0.00    0.00     217/217         add_entry [46]
[47]     0.0    0.00    0.00     217+72      add_entry_internal [47]
                0.00    0.00    7270/20549       match [37]
                0.00    0.00     217/394         Malloc [41]
                0.00    0.00     217/217         Strdup [45]
                0.00    0.00      72/72          add_new_table [54]
                                  72             add_entry_internal [47]
-----------------------------------------------
                0.00    0.00     217/217         pop_scope_level [52]
[48]     0.0    0.00    0.00     217         compile_callback [48]
-----------------------------------------------
                0.00    0.00     105/105         end_scope [50]
[49]     0.0    0.00    0.00     105         destroy_tables [49]
                0.00    0.00      72/72          destroy_table [55]
                0.00    0.00      72/611         Free [40]
-----------------------------------------------
                0.00    0.00     105/105         pop_scope_level [52]
[50]     0.0    0.00    0.00     105         end_scope [50]
                0.00    0.00     105/105         destroy_tables [49]
                0.00    0.00     105/611         Free [40]
-----------------------------------------------
                0.00    0.00     105/105         push_scope_level [53]
[51]     0.0    0.00    0.00     105         new_scope [51]
                0.00    0.00     105/394         Malloc [41]
-----------------------------------------------
                0.00    0.00     105/105         compile_inner <cycle 1> [14]
[52]     0.0    0.00    0.00     105         pop_scope_level [52]
                0.00    0.00     217/217         compile_callback [48]
                0.00    0.00     105/105         end_scope [50]
-----------------------------------------------
                0.00    0.00     105/105         compile_inner <cycle 1> [14]
[53]     0.0    0.00    0.00     105         push_scope_level [53]
                0.00    0.00     105/105         new_scope [51]
-----------------------------------------------
                0.00    0.00      72/72          add_entry_internal [47]
[54]     0.0    0.00    0.00      72         add_new_table [54]
                0.00    0.00      72/394         Malloc [41]
-----------------------------------------------
                0.00    0.00      72/72          destroy_tables [49]
[55]     0.0    0.00    0.00      72         destroy_table [55]
                0.00    0.00     434/611         Free [40]
-----------------------------------------------
                0.00    0.00       3/25          compile_expression_inner <cycle 1> [24]
                0.00    0.00      22/25          Declare_inner [33]
[56]     0.0    0.00    0.00      25         warn [56]
-----------------------------------------------
                0.00    0.00      16/16          binary_op <cycle 2> [61]
[57]     0.0    0.00    0.00      16         CPRIO [57]
-----------------------------------------------
                0.00    0.00      15/15          compile_expression_inner <cycle 1> [24]
[58]     0.0    0.00    0.00      15         lookup [58]
                0.00    0.00      15/232         lookup_with_scope [44]
-----------------------------------------------
                0.00    0.00       1/5           compile_inner <cycle 1> [14]
                0.00    0.00       4/5           compile_flowcontrol_inner <cycle 1> [35]
[59]     0.0    0.00    0.00       5         STATEMENT_BLOCK_inner [59]
-----------------------------------------------
                0.00    0.00       4/4           binary_op <cycle 2> [61]
[60]     0.0    0.00    0.00       4         COPERATOR [60]
-----------------------------------------------
                                   4             out_inner <cycle 2> [17]
[61]     0.0    0.00    0.00       4         binary_op <cycle 2> [61]
                0.00    0.00      16/16          CPRIO [57]
                0.00    0.00       4/4           COPERATOR [60]
                0.00    0.00       4/1177        C [38]
                                   8             out_inner <cycle 2> [17]
-----------------------------------------------
                0.00    0.00       2/2           compile_expression_inner <cycle 1> [24]
[62]     0.0    0.00    0.00       2         cform_assignment [62]
                0.00    0.00       3/853         detuple_inner [39]
                0.00    0.00       2/2           same [63]
-----------------------------------------------
                0.00    0.00       2/2           cform_assignment [62]
[63]     0.0    0.00    0.00       2         same [63]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[64]     0.0    0.00    0.00       1         compile_terminate [64]
                0.00    0.00       1/1           remove_callback [66]
-----------------------------------------------
                0.00    0.00       1/1           compile_init [30]
[65]     0.0    0.00    0.00       1         install_callback [65]
-----------------------------------------------
                0.00    0.00       1/1           compile_terminate [64]
[66]     0.0    0.00    0.00       1         remove_callback [66]
-----------------------------------------------

 This table describes the call tree of the program, and was sorted by
 the total amount of time spent in each function and its children.

 Each entry in this table consists of several lines.  The line with the
 index number at the left hand margin lists the current function.
 The lines above it list the functions that called this function,
 and the lines below it list the functions this one called.
 This line lists:
     index	A unique number given to each element of the table.
		Index numbers are sorted numerically.
		The index number is printed next to every function name so
		it is easier to look up where the function is in the table.

     % time	This is the percentage of the `total' time that was spent
		in this function and its children.  Note that due to
		different viewpoints, functions excluded by options, etc,
		these numbers will NOT add up to 100%.

     self	This is the total amount of time spent in this function.

     children	This is the total amount of time propagated into this
		function by its children.

     called	This is the number of times the function was called.
		If the function called itself recursively, the number
		only includes non-recursive calls, and is followed by
		a `+' and the number of recursive calls.

     name	The name of the current function.  The index number is
		printed after it.  If the function is a member of a
		cycle, the cycle number is printed between the
		function's name and the index number.


 For the function's parents, the fields have the following meanings:

     self	This is the amount of time that was propagated directly
		from the function into this parent.

     children	This is the amount of time that was propagated from
		the function's children into this parent.

     called	This is the number of times this parent called the
		function `/' the total number of times the function
		was called.  Recursive calls to the function are not
		included in the number after the `/'.

     name	This is the name of the parent.  The parent's index
		number is printed after it.  If the parent is a
		member of a cycle, the cycle number is printed between
		the name and the index number.

 If the parents of the function cannot be determined, the word
 `<spontaneous>' is printed in the `name' field, and all the other
 fields are blank.

 For the function's children, the fields have the following meanings:

     self	This is the amount of time that was propagated directly
		from the child into the function.

     children	This is the amount of time that was propagated from the
		child's children to the function.

     called	This is the number of times the function called
		this child `/' the total number of times the child
		was called.  Recursive calls by the child are not
		listed in the number after the `/'.

     name	This is the name of the child.  The child's index
		number is printed after it.  If the child is a
		member of a cycle, the cycle number is printed
		between the name and the index number.

 If there are any cycles (circles) in the call graph, there is an
 entry for the cycle-as-a-whole.  This entry shows who called the
 cycle (as parents) and the members of the cycle (as children.)
 The `+' recursive calls entry shows the number of function calls that
 were internal to the cycle, and the calls entry for each member shows,
 for that member, how many times it was called from other members of
 the cycle.

Copyright (C) 2012-2018 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

Index by function name

  [38] C                       [5] build_ast_inner        [44] lookup_with_scope
  [43] CAstOPName             [34] build_call             [36] makespace_ (parser.c)
   [3] CHECKIDX               [62] cform_assignment       [37] match (symtab.c)
  [60] COPERATOR              [48] compile_callback       [22] memory_map_file
  [57] CPRIO                  [24] compile_expression_inner [15] mktuple
  [33] Declare_inner          [35] compile_flowcontrol_inner [51] new_scope (symtab.c)
  [40] Free (symtab.c)        [30] compile_init           [17] out_inner
  [32] IntConstant_c_inner    [14] compile_inner           [2] parse
  [41] Malloc (symtab.c)      [64] compile_terminate      [52] pop_scope_level
   [9] ONDEMAND               [26] compile_to_str         [53] push_scope_level
  [59] STATEMENT_BLOCK_inner  [18] ctuple_inner           [66] remove_callback
  [31] S_inner                [55] destroy_table (symtab.c) [25] sRECONSTITUTE (ast_to_str.c)
  [45] Strdup (symtab.c)      [49] destroy_tables (symtab.c) [63] same
   [4] __x86.get_pc_thunk.bx  [39] detuple_inner          [42] semantic
   [8] _dl_relocate_static_pie [50] end_scope (symtab.c)  [12] storec
  [46] add_entry              [21] find_lines             [11] stores
  [47] add_entry_internal (symtab.c) [27] getstr           [7] str_to_pool
  [54] add_new_table (symtab.c) [65] install_callback     [56] warn
  [28] append_to_inner         [6] kw                     [19] xfgetc (lex.c)
  [29] append_to_type_inner   [10] line_reconstruction    [13] <cycle 1>
  [61] binary_op              [20] lit                    [16] <cycle 2>
  [23] bip                    [58] lookup
