Flat profile:

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls  ms/call  ms/call  name    
 48.15      0.13     0.13        1   130.00   242.10  parse
 42.59      0.24     0.12 37185592     0.00     0.00  CHECKIDX
  3.70      0.26     0.01                             __x86.get_pc_thunk.bx
  3.70      0.27     0.01                             _dl_relocate_static_pie
  1.85      0.27     0.01      560     0.01     0.01  kw
  0.00      0.27     0.00   450552     0.00     0.00  makespace_
  0.00      0.27     0.00   272298     0.00     0.00  ONDEMAND
  0.00      0.27     0.00    19923     0.00     0.00  match
  0.00      0.27     0.00    12999     0.00     0.00  mktuple
  0.00      0.27     0.00     9345     0.00     0.00  xfgetc
  0.00      0.27     0.00     6756     0.00     0.00  str_to_pool
  0.00      0.27     0.00     4400     0.00     0.00  stores
  0.00      0.27     0.00     4394     0.00     0.00  storec
  0.00      0.27     0.00     4280     0.00     0.00  line_reconstruction
  0.00      0.27     0.00     4176     0.00     0.00  ctuple_inner
  0.00      0.27     0.00     1527     0.00     0.00  lit
  0.00      0.27     0.00     1104     0.00     0.00  C
  0.00      0.27     0.00      817     0.00     0.00  detuple_inner
  0.00      0.27     0.00      611     0.00     0.00  Free
  0.00      0.27     0.00      456     0.00     0.00  S_inner
  0.00      0.27     0.00      394     0.00     0.00  Malloc
  0.00      0.27     0.00      238     0.00     0.00  CAstOPName
  0.00      0.27     0.00      223     0.00     0.00  bip
  0.00      0.27     0.00      219     0.00     0.00  lookup_with_scope
  0.00      0.27     0.00      217     0.00     0.00  Declare_inner
  0.00      0.27     0.00      217     0.00     0.00  Strdup
  0.00      0.27     0.00      217     0.00     0.00  add_entry
  0.00      0.27     0.00      217     0.00     0.00  add_entry_internal
  0.00      0.27     0.00      217     0.00     0.00  compile_callback
  0.00      0.27     0.00      113     0.00     0.00  append_to_inner
  0.00      0.27     0.00      113     0.00     0.00  append_to_type_inner
  0.00      0.27     0.00      109     0.00     0.00  semantic
  0.00      0.27     0.00      105     0.00     0.00  destroy_tables
  0.00      0.27     0.00      105     0.00     0.00  end_scope
  0.00      0.27     0.00      105     0.00     0.00  new_scope
  0.00      0.27     0.00      105     0.00     0.00  pop_scope_level
  0.00      0.27     0.00      105     0.00     0.00  push_scope_level
  0.00      0.27     0.00       72     0.00     0.00  add_new_table
  0.00      0.27     0.00       72     0.00     0.00  destroy_table
  0.00      0.27     0.00       50     0.00     0.05  compile_inner
  0.00      0.27     0.00       47     0.00     0.00  compile_expression_inner
  0.00      0.27     0.00       29     0.00     0.00  sRECONSTITUTE
  0.00      0.27     0.00       28     0.00     0.00  IntConstant_c_inner
  0.00      0.27     0.00       21     0.00     0.00  warn
  0.00      0.27     0.00        3     0.00     0.00  compile_to_str
  0.00      0.27     0.00        3     0.00     0.00  getstr
  0.00      0.27     0.00        2     0.00     0.00  lookup
  0.00      0.27     0.00        1     0.00     5.27  build_ast_inner
  0.00      0.27     0.00        1     0.00     0.00  build_call
  0.00      0.27     0.00        1     0.00     0.00  compile_flowcontrol_inner
  0.00      0.27     0.00        1     0.00     0.00  compile_init
  0.00      0.27     0.00        1     0.00     0.00  compile_terminate
  0.00      0.27     0.00        1     0.00     0.03  find_lines
  0.00      0.27     0.00        1     0.00     0.00  install_callback
  0.00      0.27     0.00        1     0.00     0.03  memory_map_file
  0.00      0.27     0.00        1     0.00     0.14  out_inner
  0.00      0.27     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 3.70% of 0.27 seconds

index % time    self  children    called     name
                                                 <spontaneous>
[1]     92.6    0.00    0.25                 main [1]
                0.13    0.11       1/1           parse [2]
                0.00    0.01       1/1           build_ast_inner [7]
                0.00    0.00       1/1           compile_inner <cycle 1> [14]
                0.00    0.00       1/1           out_inner [16]
                0.00    0.00       1/1           memory_map_file [21]
                0.00    0.00       1/1           compile_init [26]
                0.00    0.00       1/1           compile_terminate [57]
-----------------------------------------------
                               19207             parse [2]
                0.13    0.11       1/1           main [1]
[2]     89.7    0.13    0.11       1+19207   parse [2]
                0.11    0.00 34729931/37185592     CHECKIDX [3]
                0.00    0.00  272167/272298      ONDEMAND [9]
                0.00    0.00  430411/450552      makespace_ [33]
                0.00    0.00     109/109         semantic [45]
                               19207             parse [2]
-----------------------------------------------
                0.00    0.00      42/37185592     compile_expression_inner <cycle 1> [29]
                0.00    0.00      73/37185592     sRECONSTITUTE [23]
                0.00    0.00     131/37185592     out_inner [16]
                0.00    0.00     351/37185592     ctuple_inner [17]
                0.00    0.00     456/37185592     S_inner [30]
                0.00    0.00     560/37185592     kw [8]
                0.00    0.00     595/37185592     line_reconstruction [10]
                0.00    0.00    2270/37185592     compile_inner <cycle 1> [14]
                0.00    0.00    9563/37185592     find_lines [20]
                0.00    0.00   18688/37185592     xfgetc [18]
                0.00    0.00   19539/37185592     build_ast_inner [7]
                0.00    0.00  100403/37185592     mktuple [15]
                0.01    0.00 2302990/37185592     str_to_pool [6]
                0.11    0.00 34729931/37185592     parse [2]
[3]     42.6    0.11    0.00 37185592         CHECKIDX [3]
-----------------------------------------------
                                                 <spontaneous>
[4]      3.7    0.01    0.00                 __x86.get_pc_thunk.bx [4]
-----------------------------------------------
                                                 <spontaneous>
[5]      3.7    0.01    0.00                 _dl_relocate_static_pie [5]
-----------------------------------------------
                0.00    0.00       1/6756        line_reconstruction [10]
                0.00    0.00       2/6756        compile_init [26]
                0.00    0.00     132/6756        out_inner [16]
                0.00    0.00    2221/6756        compile_inner <cycle 1> [14]
                0.00    0.00    4400/6756        stores [11]
[6]      2.6    0.00    0.01    6756         str_to_pool [6]
                0.01    0.00 2302990/37185592     CHECKIDX [3]
                0.00    0.00    6756/450552      makespace_ [33]
-----------------------------------------------
                                6512             build_ast_inner [7]
                0.00    0.01       1/1           main [1]
[7]      2.0    0.00    0.01       1+6512    build_ast_inner [7]
                0.01    0.00     560/560         kw [8]
                0.00    0.00    6513/12999       mktuple [15]
                0.00    0.00   19539/37185592     CHECKIDX [3]
                0.00    0.00    1527/1527        lit [19]
                0.00    0.00     223/223         bip [22]
                                6512             build_ast_inner [7]
-----------------------------------------------
                0.01    0.00     560/560         build_ast_inner [7]
[8]      1.9    0.01    0.00     560         kw [8]
                0.00    0.00     560/12999       mktuple [15]
                0.00    0.00     560/37185592     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00     131/272298      sRECONSTITUTE [23]
                0.00    0.00  272167/272298      parse [2]
[9]      1.7    0.00    0.00  272298         ONDEMAND [9]
                0.00    0.00    4280/4280        line_reconstruction [10]
-----------------------------------------------
                0.00    0.00    4280/4280        ONDEMAND [9]
[10]     1.7    0.00    0.00    4280         line_reconstruction [10]
                0.00    0.00    4394/4394        storec [12]
                0.00    0.00    9345/9345        xfgetc [18]
                0.00    0.00       6/4400        stores [11]
                0.00    0.00     595/37185592     CHECKIDX [3]
                0.00    0.00       1/6756        str_to_pool [6]
                0.00    0.00      32/450552      makespace_ [33]
-----------------------------------------------
                0.00    0.00       6/4400        line_reconstruction [10]
                0.00    0.00    4394/4400        storec [12]
[11]     1.7    0.00    0.00    4400         stores [11]
                0.00    0.00    4400/6756        str_to_pool [6]
-----------------------------------------------
                0.00    0.00    4394/4394        line_reconstruction [10]
[12]     1.7    0.00    0.00    4394         storec [12]
                0.00    0.00    4394/4400        stores [11]
-----------------------------------------------
[13]     0.9    0.00    0.00       1+96      <cycle 1 as a whole> [13]
                0.00    0.00      50+5486        compile_inner <cycle 1> [14]
                0.00    0.00      47+661         compile_expression_inner <cycle 1> [29]
-----------------------------------------------
                                5486             compile_inner <cycle 1> [14]
                                  49             compile_expression_inner <cycle 1> [29]
                0.00    0.00       1/1           main [1]
[14]     0.9    0.00    0.00      50+5486    compile_inner <cycle 1> [14]
                0.00    0.00    2221/6756        str_to_pool [6]
                0.00    0.00    3878/4176        ctuple_inner [17]
                0.00    0.00    2270/37185592     CHECKIDX [3]
                0.00    0.00     113/113         append_to_inner [24]
                0.00    0.00       3/3           getstr [28]
                0.00    0.00     217/217         Declare_inner [31]
                0.00    0.00       4/29          sRECONSTITUTE [23]
                0.00    0.00     105/105         push_scope_level [50]
                0.00    0.00     105/450552      makespace_ [33]
                0.00    0.00     105/105         pop_scope_level [49]
                0.00    0.00     102/817         detuple_inner [36]
                0.00    0.00       1/1           compile_flowcontrol_inner [56]
                                  47             compile_expression_inner <cycle 1> [29]
                                5486             compile_inner <cycle 1> [14]
-----------------------------------------------
                0.00    0.00     223/12999       bip [22]
                0.00    0.00     560/12999       kw [8]
                0.00    0.00    1527/12999       lit [19]
                0.00    0.00    4176/12999       ctuple_inner [17]
                0.00    0.00    6513/12999       build_ast_inner [7]
[15]     0.1    0.00    0.00   12999         mktuple [15]
                0.00    0.00  100403/37185592     CHECKIDX [3]
                0.00    0.00   12999/450552      makespace_ [33]
-----------------------------------------------
                                1418             out_inner [16]
                0.00    0.00       1/1           main [1]
[16]     0.1    0.00    0.00       1+1418    out_inner [16]
                0.00    0.00     132/6756        str_to_pool [6]
                0.00    0.00     132/4176        ctuple_inner [17]
                0.00    0.00     237/456         S_inner [30]
                0.00    0.00     131/37185592     CHECKIDX [3]
                0.00    0.00    1103/1104        C [35]
                0.00    0.00     715/817         detuple_inner [36]
                                1418             out_inner [16]
-----------------------------------------------
                0.00    0.00       1/4176        build_call [32]
                0.00    0.00       2/4176        compile_init [26]
                0.00    0.00      61/4176        compile_expression_inner <cycle 1> [29]
                0.00    0.00     102/4176        append_to_type_inner [25]
                0.00    0.00     132/4176        out_inner [16]
                0.00    0.00    3878/4176        compile_inner <cycle 1> [14]
[17]     0.0    0.00    0.00    4176         ctuple_inner [17]
                0.00    0.00    4176/12999       mktuple [15]
                0.00    0.00     351/37185592     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00    9345/9345        line_reconstruction [10]
[18]     0.0    0.00    0.00    9345         xfgetc [18]
                0.00    0.00   18688/37185592     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00    1527/1527        build_ast_inner [7]
[19]     0.0    0.00    0.00    1527         lit [19]
                0.00    0.00    1527/12999       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    9563/37185592     CHECKIDX [3]
                0.00    0.00     219/450552      makespace_ [33]
-----------------------------------------------
                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/450552      makespace_ [33]
-----------------------------------------------
                0.00    0.00     223/223         build_ast_inner [7]
[22]     0.0    0.00    0.00     223         bip [22]
                0.00    0.00     223/12999       mktuple [15]
-----------------------------------------------
                0.00    0.00       4/29          compile_inner <cycle 1> [14]
                0.00    0.00      25/29          compile_to_str [27]
[23]     0.0    0.00    0.00      29         sRECONSTITUTE [23]
                0.00    0.00     131/272298      ONDEMAND [9]
                0.00    0.00      73/37185592     CHECKIDX [3]
                0.00    0.00      29/450552      makespace_ [33]
-----------------------------------------------
                0.00    0.00     113/113         compile_inner <cycle 1> [14]
[24]     0.0    0.00    0.00     113         append_to_inner [24]
                0.00    0.00     113/113         append_to_type_inner [25]
-----------------------------------------------
                0.00    0.00     113/113         append_to_inner [24]
[25]     0.0    0.00    0.00     113         append_to_type_inner [25]
                0.00    0.00     102/4176        ctuple_inner [17]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[26]     0.0    0.00    0.00       1         compile_init [26]
                0.00    0.00       2/6756        str_to_pool [6]
                0.00    0.00       2/4176        ctuple_inner [17]
                0.00    0.00       1/1104        C [35]
                0.00    0.00       1/1           install_callback [58]
-----------------------------------------------
                                  96             compile_to_str [27]
                0.00    0.00       3/3           getstr [28]
[27]     0.0    0.00    0.00       3+96      compile_to_str [27]
                0.00    0.00      25/29          sRECONSTITUTE [23]
                                  96             compile_to_str [27]
-----------------------------------------------
                0.00    0.00       3/3           compile_inner <cycle 1> [14]
[28]     0.0    0.00    0.00       3         getstr [28]
                0.00    0.00       3/3           compile_to_str [27]
-----------------------------------------------
                                 661             compile_expression_inner <cycle 1> [29]
                                  47             compile_inner <cycle 1> [14]
[29]     0.0    0.00    0.00      47+661     compile_expression_inner <cycle 1> [29]
                0.00    0.00      61/4176        ctuple_inner [17]
                0.00    0.00      42/37185592     CHECKIDX [3]
                0.00    0.00       1/1           build_call [32]
                0.00    0.00       2/456         S_inner [30]
                0.00    0.00      28/28          IntConstant_c_inner [53]
                0.00    0.00       2/2           lookup [55]
                0.00    0.00       1/238         CAstOPName [39]
                0.00    0.00       1/21          warn [54]
                                  49             compile_inner <cycle 1> [14]
                                 661             compile_expression_inner <cycle 1> [29]
-----------------------------------------------
                0.00    0.00       2/456         compile_expression_inner <cycle 1> [29]
                0.00    0.00     217/456         Declare_inner [31]
                0.00    0.00     237/456         out_inner [16]
[30]     0.0    0.00    0.00     456         S_inner [30]
                0.00    0.00     456/37185592     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00     217/217         compile_inner <cycle 1> [14]
[31]     0.0    0.00    0.00     217         Declare_inner [31]
                0.00    0.00     217/456         S_inner [30]
                0.00    0.00     237/238         CAstOPName [39]
                0.00    0.00     217/219         lookup_with_scope [40]
                0.00    0.00     217/217         add_entry [42]
                0.00    0.00      20/21          warn [54]
-----------------------------------------------
                0.00    0.00       1/1           compile_expression_inner <cycle 1> [29]
[32]     0.0    0.00    0.00       1         build_call [32]
                0.00    0.00       1/4176        ctuple_inner [17]
-----------------------------------------------
                0.00    0.00       1/450552      memory_map_file [21]
                0.00    0.00      29/450552      sRECONSTITUTE [23]
                0.00    0.00      32/450552      line_reconstruction [10]
                0.00    0.00     105/450552      compile_inner <cycle 1> [14]
                0.00    0.00     219/450552      find_lines [20]
                0.00    0.00    6756/450552      str_to_pool [6]
                0.00    0.00   12999/450552      mktuple [15]
                0.00    0.00  430411/450552      parse [2]
[33]     0.0    0.00    0.00  450552         makespace_ [33]
-----------------------------------------------
                0.00    0.00    7388/19923       add_entry_internal [43]
                0.00    0.00   12535/19923       lookup_with_scope [40]
[34]     0.0    0.00    0.00   19923         match [34]
-----------------------------------------------
                0.00    0.00       1/1104        compile_init [26]
                0.00    0.00    1103/1104        out_inner [16]
[35]     0.0    0.00    0.00    1104         C [35]
-----------------------------------------------
                0.00    0.00     102/817         compile_inner <cycle 1> [14]
                0.00    0.00     715/817         out_inner [16]
[36]     0.0    0.00    0.00     817         detuple_inner [36]
-----------------------------------------------
                0.00    0.00      72/611         destroy_tables [46]
                0.00    0.00     105/611         end_scope [47]
                0.00    0.00     434/611         destroy_table [52]
[37]     0.0    0.00    0.00     611         Free [37]
-----------------------------------------------
                0.00    0.00      72/394         add_new_table [51]
                0.00    0.00     105/394         new_scope [48]
                0.00    0.00     217/394         add_entry_internal [43]
[38]     0.0    0.00    0.00     394         Malloc [38]
-----------------------------------------------
                0.00    0.00       1/238         compile_expression_inner <cycle 1> [29]
                0.00    0.00     237/238         Declare_inner [31]
[39]     0.0    0.00    0.00     238         CAstOPName [39]
-----------------------------------------------
                0.00    0.00       2/219         lookup [55]
                0.00    0.00     217/219         Declare_inner [31]
[40]     0.0    0.00    0.00     219         lookup_with_scope [40]
                0.00    0.00   12535/19923       match [34]
-----------------------------------------------
                0.00    0.00     217/217         add_entry_internal [43]
[41]     0.0    0.00    0.00     217         Strdup [41]
-----------------------------------------------
                0.00    0.00     217/217         Declare_inner [31]
[42]     0.0    0.00    0.00     217         add_entry [42]
                0.00    0.00     217/217         add_entry_internal [43]
-----------------------------------------------
                                  72             add_entry_internal [43]
                0.00    0.00     217/217         add_entry [42]
[43]     0.0    0.00    0.00     217+72      add_entry_internal [43]
                0.00    0.00    7388/19923       match [34]
                0.00    0.00     217/394         Malloc [38]
                0.00    0.00     217/217         Strdup [41]
                0.00    0.00      72/72          add_new_table [51]
                                  72             add_entry_internal [43]
-----------------------------------------------
                0.00    0.00     217/217         pop_scope_level [49]
[44]     0.0    0.00    0.00     217         compile_callback [44]
-----------------------------------------------
                0.00    0.00     109/109         parse [2]
[45]     0.0    0.00    0.00     109         semantic [45]
-----------------------------------------------
                0.00    0.00     105/105         end_scope [47]
[46]     0.0    0.00    0.00     105         destroy_tables [46]
                0.00    0.00      72/72          destroy_table [52]
                0.00    0.00      72/611         Free [37]
-----------------------------------------------
                0.00    0.00     105/105         pop_scope_level [49]
[47]     0.0    0.00    0.00     105         end_scope [47]
                0.00    0.00     105/105         destroy_tables [46]
                0.00    0.00     105/611         Free [37]
-----------------------------------------------
                0.00    0.00     105/105         push_scope_level [50]
[48]     0.0    0.00    0.00     105         new_scope [48]
                0.00    0.00     105/394         Malloc [38]
-----------------------------------------------
                0.00    0.00     105/105         compile_inner <cycle 1> [14]
[49]     0.0    0.00    0.00     105         pop_scope_level [49]
                0.00    0.00     217/217         compile_callback [44]
                0.00    0.00     105/105         end_scope [47]
-----------------------------------------------
                0.00    0.00     105/105         compile_inner <cycle 1> [14]
[50]     0.0    0.00    0.00     105         push_scope_level [50]
                0.00    0.00     105/105         new_scope [48]
-----------------------------------------------
                0.00    0.00      72/72          add_entry_internal [43]
[51]     0.0    0.00    0.00      72         add_new_table [51]
                0.00    0.00      72/394         Malloc [38]
-----------------------------------------------
                0.00    0.00      72/72          destroy_tables [46]
[52]     0.0    0.00    0.00      72         destroy_table [52]
                0.00    0.00     434/611         Free [37]
-----------------------------------------------
                0.00    0.00      28/28          compile_expression_inner <cycle 1> [29]
[53]     0.0    0.00    0.00      28         IntConstant_c_inner [53]
-----------------------------------------------
                0.00    0.00       1/21          compile_expression_inner <cycle 1> [29]
                0.00    0.00      20/21          Declare_inner [31]
[54]     0.0    0.00    0.00      21         warn [54]
-----------------------------------------------
                0.00    0.00       2/2           compile_expression_inner <cycle 1> [29]
[55]     0.0    0.00    0.00       2         lookup [55]
                0.00    0.00       2/219         lookup_with_scope [40]
-----------------------------------------------
                0.00    0.00       1/1           compile_inner <cycle 1> [14]
[56]     0.0    0.00    0.00       1         compile_flowcontrol_inner [56]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[57]     0.0    0.00    0.00       1         compile_terminate [57]
                0.00    0.00       1/1           remove_callback [59]
-----------------------------------------------
                0.00    0.00       1/1           compile_init [26]
[58]     0.0    0.00    0.00       1         install_callback [58]
-----------------------------------------------
                0.00    0.00       1/1           compile_terminate [57]
[59]     0.0    0.00    0.00       1         remove_callback [59]
-----------------------------------------------

 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

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