Flat profile:

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls  ms/call  ms/call  name    
 46.51      0.20     0.20 53883879     0.00     0.00  CHECKIDX
 41.86      0.38     0.18        1   180.00   388.28  parse
  4.65      0.40     0.02     7473     0.00     0.00  str_to_pool
  3.49      0.41     0.01                             __x86.get_pc_thunk.bx
  3.49      0.43     0.01                             _dl_relocate_static_pie
  0.00      0.43     0.00   606575     0.00     0.00  makespace_
  0.00      0.43     0.00   378053     0.00     0.00  ONDEMAND
  0.00      0.43     0.00    20355     0.00     0.00  match
  0.00      0.43     0.00    15047     0.00     0.00  mktuple
  0.00      0.43     0.00     9982     0.00     0.00  xfgetc
  0.00      0.43     0.00     4791     0.00     0.00  stores
  0.00      0.43     0.00     4783     0.00     0.00  storec
  0.00      0.43     0.00     4667     0.00     0.00  line_reconstruction
  0.00      0.43     0.00     4649     0.00     0.00  ctuple_inner
  0.00      0.43     0.00     1749     0.00     0.00  lit
  0.00      0.43     0.00     1226     0.00     0.00  C
  0.00      0.43     0.00      897     0.00     0.00  detuple_inner
  0.00      0.43     0.00      621     0.00     0.00  Free
  0.00      0.43     0.00      589     0.00     0.00  kw
  0.00      0.43     0.00      500     0.00     0.00  S_inner
  0.00      0.43     0.00      493     0.00     0.00  semantic
  0.00      0.43     0.00      400     0.00     0.00  Malloc
  0.00      0.43     0.00      260     0.00     0.00  lookup_with_scope
  0.00      0.43     0.00      252     0.00     0.00  bip
  0.00      0.43     0.00      246     0.00     0.00  CAstOPName
  0.00      0.43     0.00      221     0.00     0.00  Declare_inner
  0.00      0.43     0.00      221     0.00     0.00  Strdup
  0.00      0.43     0.00      221     0.00     0.00  add_entry
  0.00      0.43     0.00      221     0.00     0.00  add_entry_internal
  0.00      0.43     0.00      221     0.00     0.00  compile_callback
  0.00      0.43     0.00      146     0.00     0.07  compile_inner
  0.00      0.43     0.00      118     0.00     0.00  append_to_inner
  0.00      0.43     0.00      118     0.00     0.00  append_to_type_inner
  0.00      0.43     0.00      106     0.00     0.00  destroy_tables
  0.00      0.43     0.00      106     0.00     0.00  end_scope
  0.00      0.43     0.00      106     0.00     0.00  new_scope
  0.00      0.43     0.00      106     0.00     0.00  pop_scope_level
  0.00      0.43     0.00      106     0.00     0.00  push_scope_level
  0.00      0.43     0.00       81     0.00     0.00  compile_expression_inner
  0.00      0.43     0.00       73     0.00     0.00  add_new_table
  0.00      0.43     0.00       73     0.00     0.00  destroy_table
  0.00      0.43     0.00       56     0.00     0.00  CPRIO
  0.00      0.43     0.00       44     0.00     0.00  IntConstant_c_inner
  0.00      0.43     0.00       39     0.00     0.00  compile_flowcontrol_inner
  0.00      0.43     0.00       39     0.00     0.00  lookup
  0.00      0.43     0.00       31     0.00     0.00  sRECONSTITUTE
  0.00      0.43     0.00       29     0.00     0.02  out_inner
  0.00      0.43     0.00       25     0.00     0.00  warn
  0.00      0.43     0.00       16     0.00     0.00  STATEMENT_BLOCK_inner
  0.00      0.43     0.00       14     0.00     0.00  COPERATOR
  0.00      0.43     0.00       14     0.00     0.00  binary_op
  0.00      0.43     0.00        7     0.00     0.00  cform_assignment
  0.00      0.43     0.00        5     0.00     0.00  compile_to_str
  0.00      0.43     0.00        5     0.00     0.00  getstr
  0.00      0.43     0.00        2     0.00     0.00  same
  0.00      0.43     0.00        1     0.00     0.39  build_ast_inner
  0.00      0.43     0.00        1     0.00     0.00  build_call
  0.00      0.43     0.00        1     0.00     0.01  compile_init
  0.00      0.43     0.00        1     0.00     0.00  compile_terminate
  0.00      0.43     0.00        1     0.00     0.04  find_lines
  0.00      0.43     0.00        1     0.00     0.00  install_callback
  0.00      0.43     0.00        1     0.00     0.04  memory_map_file
  0.00      0.43     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.33% of 0.43 seconds

index % time    self  children    called     name
                                                 <spontaneous>
[1]     93.0    0.00    0.40                 main [1]
                0.18    0.21       1/1           parse [2]
                0.00    0.01       1/1           compile_inner <cycle 1> [12]
                0.00    0.00       1/1           out_inner <cycle 2> [14]
                0.00    0.00       1/1           build_ast_inner [16]
                0.00    0.00       1/1           memory_map_file [21]
                0.00    0.00       1/1           compile_init [25]
                0.00    0.00       1/1           compile_terminate [64]
-----------------------------------------------
                               26464             parse [2]
                0.18    0.21       1/1           main [1]
[2]     90.3    0.18    0.21       1+26464   parse [2]
                0.19    0.00 50731444/53883879     CHECKIDX [3]
                0.00    0.02  377883/378053      ONDEMAND [5]
                0.00    0.00  583611/606575      makespace_ [36]
                0.00    0.00     493/493         semantic [41]
                               26464             parse [2]
-----------------------------------------------
                0.00    0.00      64/53883879     compile_expression_inner <cycle 1> [22]
                0.00    0.00     108/53883879     sRECONSTITUTE [24]
                0.00    0.00     177/53883879     out_inner <cycle 2> [14]
                0.00    0.00     385/53883879     ctuple_inner [17]
                0.00    0.00     500/53883879     S_inner [31]
                0.00    0.00     589/53883879     kw [23]
                0.00    0.00     693/53883879     line_reconstruction [6]
                0.00    0.00    2594/53883879     compile_inner <cycle 1> [12]
                0.00    0.00   10228/53883879     find_lines [20]
                0.00    0.00   19962/53883879     xfgetc [18]
                0.00    0.00   23424/53883879     build_ast_inner [16]
                0.00    0.00  115695/53883879     mktuple [15]
                0.01    0.00 2978016/53883879     str_to_pool [4]
                0.19    0.00 50731444/53883879     parse [2]
[3]     46.5    0.20    0.00 53883879         CHECKIDX [3]
-----------------------------------------------
                0.00    0.00       1/7473        line_reconstruction [6]
                0.00    0.00       2/7473        compile_init [25]
                0.00    0.00       4/7473        compile_expression_inner <cycle 1> [22]
                0.00    0.00     135/7473        out_inner <cycle 2> [14]
                0.01    0.00    2540/7473        compile_inner <cycle 1> [12]
                0.01    0.01    4791/7473        stores [7]
[4]      7.2    0.02    0.01    7473         str_to_pool [4]
                0.01    0.00 2978016/53883879     CHECKIDX [3]
                0.00    0.00    7473/606575      makespace_ [36]
-----------------------------------------------
                0.00    0.00     170/378053      sRECONSTITUTE [24]
                0.00    0.02  377883/378053      parse [2]
[5]      4.6    0.00    0.02  378053         ONDEMAND [5]
                0.00    0.02    4667/4667        line_reconstruction [6]
-----------------------------------------------
                0.00    0.02    4667/4667        ONDEMAND [5]
[6]      4.6    0.00    0.02    4667         line_reconstruction [6]
                0.00    0.02    4783/4783        storec [8]
                0.00    0.00    9982/9982        xfgetc [18]
                0.00    0.00       8/4791        stores [7]
                0.00    0.00       1/7473        str_to_pool [4]
                0.00    0.00     693/53883879     CHECKIDX [3]
                0.00    0.00      59/606575      makespace_ [36]
-----------------------------------------------
                0.00    0.00       8/4791        line_reconstruction [6]
                0.00    0.02    4783/4791        storec [8]
[7]      4.6    0.00    0.02    4791         stores [7]
                0.01    0.01    4791/7473        str_to_pool [4]
-----------------------------------------------
                0.00    0.02    4783/4783        line_reconstruction [6]
[8]      4.6    0.00    0.02    4783         storec [8]
                0.00    0.02    4783/4791        stores [7]
-----------------------------------------------
                                                 <spontaneous>
[9]      3.5    0.01    0.00                 __x86.get_pc_thunk.bx [9]
-----------------------------------------------
                                                 <spontaneous>
[10]     3.5    0.01    0.00                 _dl_relocate_static_pie [10]
-----------------------------------------------
[11]     2.5    0.00    0.01       1+265     <cycle 1 as a whole> [11]
                0.00    0.01     146+6147        compile_inner <cycle 1> [12]
                0.00    0.00      81+1184        compile_expression_inner <cycle 1> [22]
                0.00    0.00      39             compile_flowcontrol_inner <cycle 1> [33]
-----------------------------------------------
                                6147             compile_inner <cycle 1> [12]
                                  43             compile_flowcontrol_inner <cycle 1> [33]
                                 102             compile_expression_inner <cycle 1> [22]
                0.00    0.01       1/1           main [1]
[12]     2.5    0.00    0.01     146+6147    compile_inner <cycle 1> [12]
                0.01    0.00    2540/7473        str_to_pool [4]
                0.00    0.00    4284/4649        ctuple_inner [17]
                0.00    0.00    2594/53883879     CHECKIDX [3]
                0.00    0.00       5/5           getstr [27]
                0.00    0.00     118/118         append_to_inner [29]
                0.00    0.00       4/31          sRECONSTITUTE [24]
                0.00    0.00     221/221         Declare_inner [32]
                0.00    0.00       5/44          IntConstant_c_inner [34]
                0.00    0.00     114/897         detuple_inner [39]
                0.00    0.00     106/106         push_scope_level [53]
                0.00    0.00     106/606575      makespace_ [36]
                0.00    0.00     106/106         pop_scope_level [52]
                                  81             compile_expression_inner <cycle 1> [22]
                                  39             compile_flowcontrol_inner <cycle 1> [33]
                                6147             compile_inner <cycle 1> [12]
-----------------------------------------------
[13]     0.1    0.00    0.00       1+42      <cycle 2 as a whole> [13]
                0.00    0.00      29+1536        out_inner <cycle 2> [14]
                0.00    0.00      14             binary_op <cycle 2> [61]
-----------------------------------------------
                                1536             out_inner <cycle 2> [14]
                                  28             binary_op <cycle 2> [61]
                0.00    0.00       1/1           main [1]
[14]     0.1    0.00    0.00      29+1536    out_inner <cycle 2> [14]
                0.00    0.00     135/7473        str_to_pool [4]
                0.00    0.00     142/4649        ctuple_inner [17]
                0.00    0.00     240/500         S_inner [31]
                0.00    0.00     177/53883879     CHECKIDX [3]
                0.00    0.00    1209/1226        C [38]
                0.00    0.00     757/897         detuple_inner [39]
                0.00    0.00       1/16          STATEMENT_BLOCK_inner [59]
                                  14             binary_op <cycle 2> [61]
                                1536             out_inner <cycle 2> [14]
-----------------------------------------------
                0.00    0.00     252/15047       bip [28]
                0.00    0.00     589/15047       kw [23]
                0.00    0.00    1749/15047       lit [19]
                0.00    0.00    4649/15047       ctuple_inner [17]
                0.00    0.00    7808/15047       build_ast_inner [16]
[15]     0.1    0.00    0.00   15047         mktuple [15]
                0.00    0.00  115695/53883879     CHECKIDX [3]
                0.00    0.00   15047/606575      makespace_ [36]
-----------------------------------------------
                                7807             build_ast_inner [16]
                0.00    0.00       1/1           main [1]
[16]     0.1    0.00    0.00       1+7807    build_ast_inner [16]
                0.00    0.00    7808/15047       mktuple [15]
                0.00    0.00   23424/53883879     CHECKIDX [3]
                0.00    0.00    1749/1749        lit [19]
                0.00    0.00     589/589         kw [23]
                0.00    0.00     252/252         bip [28]
                                7807             build_ast_inner [16]
-----------------------------------------------
                0.00    0.00       1/4649        build_call [35]
                0.00    0.00       2/4649        compile_init [25]
                0.00    0.00      15/4649        compile_flowcontrol_inner <cycle 1> [33]
                0.00    0.00      99/4649        compile_expression_inner <cycle 1> [22]
                0.00    0.00     106/4649        append_to_type_inner [30]
                0.00    0.00     142/4649        out_inner <cycle 2> [14]
                0.00    0.00    4284/4649        compile_inner <cycle 1> [12]
[17]     0.0    0.00    0.00    4649         ctuple_inner [17]
                0.00    0.00    4649/15047       mktuple [15]
                0.00    0.00     385/53883879     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00    9982/9982        line_reconstruction [6]
[18]     0.0    0.00    0.00    9982         xfgetc [18]
                0.00    0.00   19962/53883879     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00    1749/1749        build_ast_inner [16]
[19]     0.0    0.00    0.00    1749         lit [19]
                0.00    0.00    1749/15047       mktuple [15]
-----------------------------------------------
                0.00    0.00       1/1           memory_map_file [21]
[20]     0.0    0.00    0.00       1         find_lines [20]
                0.00    0.00   10228/53883879     CHECKIDX [3]
                0.00    0.00     247/606575      makespace_ [36]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[21]     0.0    0.00    0.00       1         memory_map_file [21]
                0.00    0.00       1/1           find_lines [20]
                0.00    0.00       1/606575      makespace_ [36]
-----------------------------------------------
                                1184             compile_expression_inner <cycle 1> [22]
                                  81             compile_inner <cycle 1> [12]
[22]     0.0    0.00    0.00      81+1184    compile_expression_inner <cycle 1> [22]
                0.00    0.00       4/7473        str_to_pool [4]
                0.00    0.00      99/4649        ctuple_inner [17]
                0.00    0.00      64/53883879     CHECKIDX [3]
                0.00    0.00      28/500         S_inner [31]
                0.00    0.00       1/1           build_call [35]
                0.00    0.00      29/44          IntConstant_c_inner [34]
                0.00    0.00      28/39          lookup [57]
                0.00    0.00       7/7           cform_assignment [62]
                                 102             compile_inner <cycle 1> [12]
                                1184             compile_expression_inner <cycle 1> [22]
-----------------------------------------------
                0.00    0.00     589/589         build_ast_inner [16]
[23]     0.0    0.00    0.00     589         kw [23]
                0.00    0.00     589/15047       mktuple [15]
                0.00    0.00     589/53883879     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00       4/31          compile_inner <cycle 1> [12]
                0.00    0.00      27/31          compile_to_str [26]
[24]     0.0    0.00    0.00      31         sRECONSTITUTE [24]
                0.00    0.00     170/378053      ONDEMAND [5]
                0.00    0.00     108/53883879     CHECKIDX [3]
                0.00    0.00      31/606575      makespace_ [36]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[25]     0.0    0.00    0.00       1         compile_init [25]
                0.00    0.00       2/7473        str_to_pool [4]
                0.00    0.00       2/4649        ctuple_inner [17]
                0.00    0.00       1/1226        C [38]
                0.00    0.00       1/1           install_callback [65]
-----------------------------------------------
                                 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 [24]
                                 100             compile_to_str [26]
-----------------------------------------------
                0.00    0.00       5/5           compile_inner <cycle 1> [12]
[27]     0.0    0.00    0.00       5         getstr [27]
                0.00    0.00       5/5           compile_to_str [26]
-----------------------------------------------
                0.00    0.00     252/252         build_ast_inner [16]
[28]     0.0    0.00    0.00     252         bip [28]
                0.00    0.00     252/15047       mktuple [15]
-----------------------------------------------
                0.00    0.00     118/118         compile_inner <cycle 1> [12]
[29]     0.0    0.00    0.00     118         append_to_inner [29]
                0.00    0.00     118/118         append_to_type_inner [30]
-----------------------------------------------
                0.00    0.00     118/118         append_to_inner [29]
[30]     0.0    0.00    0.00     118         append_to_type_inner [30]
                0.00    0.00     106/4649        ctuple_inner [17]
-----------------------------------------------
                0.00    0.00      11/500         IntConstant_c_inner [34]
                0.00    0.00      28/500         compile_expression_inner <cycle 1> [22]
                0.00    0.00     221/500         Declare_inner [32]
                0.00    0.00     240/500         out_inner <cycle 2> [14]
[31]     0.0    0.00    0.00     500         S_inner [31]
                0.00    0.00     500/53883879     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00     221/221         compile_inner <cycle 1> [12]
[32]     0.0    0.00    0.00     221         Declare_inner [32]
                0.00    0.00     221/500         S_inner [31]
                0.00    0.00     246/246         CAstOPName [44]
                0.00    0.00     221/260         lookup_with_scope [43]
                0.00    0.00     221/221         add_entry [46]
                0.00    0.00      25/25          warn [58]
-----------------------------------------------
                                  39             compile_inner <cycle 1> [12]
[33]     0.0    0.00    0.00      39         compile_flowcontrol_inner <cycle 1> [33]
                0.00    0.00      15/4649        ctuple_inner [17]
                0.00    0.00      10/44          IntConstant_c_inner [34]
                0.00    0.00      15/16          STATEMENT_BLOCK_inner [59]
                0.00    0.00       7/897         detuple_inner [39]
                                  43             compile_inner <cycle 1> [12]
-----------------------------------------------
                                   9             IntConstant_c_inner [34]
                0.00    0.00       5/44          compile_inner <cycle 1> [12]
                0.00    0.00      10/44          compile_flowcontrol_inner <cycle 1> [33]
                0.00    0.00      29/44          compile_expression_inner <cycle 1> [22]
[34]     0.0    0.00    0.00      44+9       IntConstant_c_inner [34]
                0.00    0.00      11/500         S_inner [31]
                0.00    0.00      11/39          lookup [57]
                0.00    0.00      11/897         detuple_inner [39]
                                   9             IntConstant_c_inner [34]
-----------------------------------------------
                0.00    0.00       1/1           compile_expression_inner <cycle 1> [22]
[35]     0.0    0.00    0.00       1         build_call [35]
                0.00    0.00       1/4649        ctuple_inner [17]
-----------------------------------------------
                0.00    0.00       1/606575      memory_map_file [21]
                0.00    0.00      31/606575      sRECONSTITUTE [24]
                0.00    0.00      59/606575      line_reconstruction [6]
                0.00    0.00     106/606575      compile_inner <cycle 1> [12]
                0.00    0.00     247/606575      find_lines [20]
                0.00    0.00    7473/606575      str_to_pool [4]
                0.00    0.00   15047/606575      mktuple [15]
                0.00    0.00  583611/606575      parse [2]
[36]     0.0    0.00    0.00  606575         makespace_ [36]
-----------------------------------------------
                0.00    0.00    7280/20355       add_entry_internal [47]
                0.00    0.00   13075/20355       lookup_with_scope [43]
[37]     0.0    0.00    0.00   20355         match [37]
-----------------------------------------------
                0.00    0.00       1/1226        compile_init [25]
                0.00    0.00      16/1226        binary_op <cycle 2> [61]
                0.00    0.00    1209/1226        out_inner <cycle 2> [14]
[38]     0.0    0.00    0.00    1226         C [38]
-----------------------------------------------
                0.00    0.00       7/897         compile_flowcontrol_inner <cycle 1> [33]
                0.00    0.00       8/897         cform_assignment [62]
                0.00    0.00      11/897         IntConstant_c_inner [34]
                0.00    0.00     114/897         compile_inner <cycle 1> [12]
                0.00    0.00     757/897         out_inner <cycle 2> [14]
[39]     0.0    0.00    0.00     897         detuple_inner [39]
-----------------------------------------------
                0.00    0.00      73/621         destroy_tables [49]
                0.00    0.00     106/621         end_scope [50]
                0.00    0.00     442/621         destroy_table [55]
[40]     0.0    0.00    0.00     621         Free [40]
-----------------------------------------------
                0.00    0.00     493/493         parse [2]
[41]     0.0    0.00    0.00     493         semantic [41]
-----------------------------------------------
                0.00    0.00      73/400         add_new_table [54]
                0.00    0.00     106/400         new_scope [51]
                0.00    0.00     221/400         add_entry_internal [47]
[42]     0.0    0.00    0.00     400         Malloc [42]
-----------------------------------------------
                0.00    0.00      39/260         lookup [57]
                0.00    0.00     221/260         Declare_inner [32]
[43]     0.0    0.00    0.00     260         lookup_with_scope [43]
                0.00    0.00   13075/20355       match [37]
-----------------------------------------------
                0.00    0.00     246/246         Declare_inner [32]
[44]     0.0    0.00    0.00     246         CAstOPName [44]
-----------------------------------------------
                0.00    0.00     221/221         add_entry_internal [47]
[45]     0.0    0.00    0.00     221         Strdup [45]
-----------------------------------------------
                0.00    0.00     221/221         Declare_inner [32]
[46]     0.0    0.00    0.00     221         add_entry [46]
                0.00    0.00     221/221         add_entry_internal [47]
-----------------------------------------------
                                  73             add_entry_internal [47]
                0.00    0.00     221/221         add_entry [46]
[47]     0.0    0.00    0.00     221+73      add_entry_internal [47]
                0.00    0.00    7280/20355       match [37]
                0.00    0.00     221/400         Malloc [42]
                0.00    0.00     221/221         Strdup [45]
                0.00    0.00      73/73          add_new_table [54]
                                  73             add_entry_internal [47]
-----------------------------------------------
                0.00    0.00     221/221         pop_scope_level [52]
[48]     0.0    0.00    0.00     221         compile_callback [48]
-----------------------------------------------
                0.00    0.00     106/106         end_scope [50]
[49]     0.0    0.00    0.00     106         destroy_tables [49]
                0.00    0.00      73/73          destroy_table [55]
                0.00    0.00      73/621         Free [40]
-----------------------------------------------
                0.00    0.00     106/106         pop_scope_level [52]
[50]     0.0    0.00    0.00     106         end_scope [50]
                0.00    0.00     106/106         destroy_tables [49]
                0.00    0.00     106/621         Free [40]
-----------------------------------------------
                0.00    0.00     106/106         push_scope_level [53]
[51]     0.0    0.00    0.00     106         new_scope [51]
                0.00    0.00     106/400         Malloc [42]
-----------------------------------------------
                0.00    0.00     106/106         compile_inner <cycle 1> [12]
[52]     0.0    0.00    0.00     106         pop_scope_level [52]
                0.00    0.00     221/221         compile_callback [48]
                0.00    0.00     106/106         end_scope [50]
-----------------------------------------------
                0.00    0.00     106/106         compile_inner <cycle 1> [12]
[53]     0.0    0.00    0.00     106         push_scope_level [53]
                0.00    0.00     106/106         new_scope [51]
-----------------------------------------------
                0.00    0.00      73/73          add_entry_internal [47]
[54]     0.0    0.00    0.00      73         add_new_table [54]
                0.00    0.00      73/400         Malloc [42]
-----------------------------------------------
                0.00    0.00      73/73          destroy_tables [49]
[55]     0.0    0.00    0.00      73         destroy_table [55]
                0.00    0.00     442/621         Free [40]
-----------------------------------------------
                0.00    0.00      56/56          binary_op <cycle 2> [61]
[56]     0.0    0.00    0.00      56         CPRIO [56]
-----------------------------------------------
                0.00    0.00      11/39          IntConstant_c_inner [34]
                0.00    0.00      28/39          compile_expression_inner <cycle 1> [22]
[57]     0.0    0.00    0.00      39         lookup [57]
                0.00    0.00      39/260         lookup_with_scope [43]
-----------------------------------------------
                0.00    0.00      25/25          Declare_inner [32]
[58]     0.0    0.00    0.00      25         warn [58]
-----------------------------------------------
                0.00    0.00       1/16          out_inner <cycle 2> [14]
                0.00    0.00      15/16          compile_flowcontrol_inner <cycle 1> [33]
[59]     0.0    0.00    0.00      16         STATEMENT_BLOCK_inner [59]
-----------------------------------------------
                0.00    0.00      14/14          binary_op <cycle 2> [61]
[60]     0.0    0.00    0.00      14         COPERATOR [60]
-----------------------------------------------
                                  14             out_inner <cycle 2> [14]
[61]     0.0    0.00    0.00      14         binary_op <cycle 2> [61]
                0.00    0.00      56/56          CPRIO [56]
                0.00    0.00      16/1226        C [38]
                0.00    0.00      14/14          COPERATOR [60]
                                  28             out_inner <cycle 2> [14]
-----------------------------------------------
                0.00    0.00       7/7           compile_expression_inner <cycle 1> [22]
[62]     0.0    0.00    0.00       7         cform_assignment [62]
                0.00    0.00       8/897         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 [25]
[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                      [16] build_ast_inner        [43] lookup_with_scope
  [44] CAstOPName             [35] build_call             [36] makespace_ (parser.c)
   [3] CHECKIDX               [62] cform_assignment       [37] match (symtab.c)
  [60] COPERATOR              [48] compile_callback       [21] memory_map_file
  [56] CPRIO                  [22] compile_expression_inner [15] mktuple
  [32] Declare_inner          [33] compile_flowcontrol_inner [51] new_scope (symtab.c)
  [40] Free (symtab.c)        [25] compile_init           [14] out_inner
  [34] IntConstant_c_inner    [12] compile_inner           [2] parse
  [42] Malloc (symtab.c)      [64] compile_terminate      [52] pop_scope_level
   [5] ONDEMAND               [26] compile_to_str         [53] push_scope_level
  [59] STATEMENT_BLOCK_inner  [17] ctuple_inner           [66] remove_callback
  [31] S_inner                [55] destroy_table (symtab.c) [24] sRECONSTITUTE (ast_to_str.c)
  [45] Strdup (symtab.c)      [49] destroy_tables (symtab.c) [63] same
   [9] __x86.get_pc_thunk.bx  [39] detuple_inner          [41] semantic
  [10] _dl_relocate_static_pie [50] end_scope (symtab.c)   [8] storec
  [46] add_entry              [20] find_lines              [7] stores
  [47] add_entry_internal (symtab.c) [27] getstr           [4] str_to_pool
  [54] add_new_table (symtab.c) [65] install_callback     [58] warn
  [29] append_to_inner        [23] kw                     [18] xfgetc (lex.c)
  [30] append_to_type_inner    [6] line_reconstruction    [11] <cycle 1>
  [61] binary_op              [19] lit                    [13] <cycle 2>
  [28] bip                    [57] lookup
