Flat profile:

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls  ms/call  ms/call  name    
 45.16      0.14     0.14        1   140.00   263.37  parse
 32.26      0.24     0.10 37023004     0.00     0.00  CHECKIDX
 12.90      0.28     0.04     6757     0.01     0.01  str_to_pool
  3.23      0.29     0.01      556     0.02     0.02  kw
  3.23      0.30     0.01                             __x86.get_pc_thunk.bx
  3.23      0.31     0.01                             _dl_relocate_static_pie
  0.00      0.31     0.00   450346     0.00     0.00  makespace_
  0.00      0.31     0.00   270788     0.00     0.00  ONDEMAND
  0.00      0.31     0.00    19589     0.00     0.00  match
  0.00      0.31     0.00    13001     0.00     0.00  mktuple
  0.00      0.31     0.00     9347     0.00     0.00  xfgetc
  0.00      0.31     0.00     4384     0.00     0.01  stores
  0.00      0.31     0.00     4377     0.00     0.01  storec
  0.00      0.31     0.00     4264     0.00     0.01  line_reconstruction
  0.00      0.31     0.00     4183     0.00     0.00  ctuple_inner
  0.00      0.31     0.00     1531     0.00     0.00  lit
  0.00      0.31     0.00     1101     0.00     0.00  C
  0.00      0.31     0.00      809     0.00     0.00  detuple_inner
  0.00      0.31     0.00      606     0.00     0.00  Free
  0.00      0.31     0.00      453     0.00     0.00  S_inner
  0.00      0.31     0.00      391     0.00     0.00  Malloc
  0.00      0.31     0.00      235     0.00     0.00  CAstOPName
  0.00      0.31     0.00      224     0.00     0.00  bip
  0.00      0.31     0.00      217     0.00     0.00  lookup_with_scope
  0.00      0.31     0.00      215     0.00     0.00  Declare_inner
  0.00      0.31     0.00      215     0.00     0.00  Strdup
  0.00      0.31     0.00      215     0.00     0.00  add_entry
  0.00      0.31     0.00      215     0.00     0.00  add_entry_internal
  0.00      0.31     0.00      215     0.00     0.00  compile_callback
  0.00      0.31     0.00      113     0.00     0.00  append_to_inner
  0.00      0.31     0.00      113     0.00     0.00  append_to_type_inner
  0.00      0.31     0.00      105     0.00     0.00  destroy_tables
  0.00      0.31     0.00      105     0.00     0.00  end_scope
  0.00      0.31     0.00      105     0.00     0.00  new_scope
  0.00      0.31     0.00      105     0.00     0.00  pop_scope_level
  0.00      0.31     0.00      105     0.00     0.00  push_scope_level
  0.00      0.31     0.00       88     0.00     0.00  semantic
  0.00      0.31     0.00       71     0.00     0.00  add_new_table
  0.00      0.31     0.00       71     0.00     0.00  destroy_table
  0.00      0.31     0.00       51     0.00     0.30  compile_inner
  0.00      0.31     0.00       48     0.00     0.00  compile_expression_inner
  0.00      0.31     0.00       30     0.00     0.00  sRECONSTITUTE
  0.00      0.31     0.00       28     0.00     0.00  IntConstant_c_inner
  0.00      0.31     0.00       20     0.00     0.00  warn
  0.00      0.31     0.00        4     0.00     0.00  compile_to_str
  0.00      0.31     0.00        4     0.00     0.00  getstr
  0.00      0.31     0.00        2     0.00     0.00  build_call
  0.00      0.31     0.00        2     0.00     0.00  compile_flowcontrol_inner
  0.00      0.31     0.00        2     0.00     0.00  lookup
  0.00      0.31     0.00        1     0.00    10.24  build_ast_inner
  0.00      0.31     0.00        1     0.00     0.01  compile_init
  0.00      0.31     0.00        1     0.00     0.00  compile_terminate
  0.00      0.31     0.00        1     0.00     0.03  find_lines
  0.00      0.31     0.00        1     0.00     0.00  install_callback
  0.00      0.31     0.00        1     0.00     0.03  memory_map_file
  0.00      0.31     0.00        1     0.00     0.90  out_inner
  0.00      0.31     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.23% of 0.31 seconds

index % time    self  children    called     name
                                                 <spontaneous>
[1]     93.5    0.00    0.29                 main [1]
                0.14    0.12       1/1           parse [2]
                0.00    0.02       1/1           compile_inner <cycle 1> [10]
                0.00    0.01       1/1           build_ast_inner [11]
                0.00    0.00       1/1           out_inner [15]
                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 [57]
-----------------------------------------------
                               19149             parse [2]
                0.14    0.12       1/1           main [1]
[2]     85.0    0.14    0.12       1+19149   parse [2]
                0.09    0.00 34537594/37023004     CHECKIDX [3]
                0.00    0.03  270642/270788      ONDEMAND [5]
                0.00    0.00  430190/450346      makespace_ [33]
                0.00    0.00      88/88          semantic [50]
                               19149             parse [2]
-----------------------------------------------
                0.00    0.00      41/37023004     compile_expression_inner <cycle 1> [29]
                0.00    0.00      86/37023004     sRECONSTITUTE [22]
                0.00    0.00     129/37023004     out_inner [15]
                0.00    0.00     348/37023004     ctuple_inner [17]
                0.00    0.00     453/37023004     S_inner [30]
                0.00    0.00     556/37023004     kw [12]
                0.00    0.00     605/37023004     line_reconstruction [6]
                0.00    0.00    2288/37023004     compile_inner <cycle 1> [10]
                0.00    0.00    9565/37023004     find_lines [20]
                0.00    0.00   18692/37023004     xfgetc [18]
                0.00    0.00   19521/37023004     build_ast_inner [11]
                0.00    0.00  100402/37023004     mktuple [16]
                0.01    0.00 2332724/37023004     str_to_pool [4]
                0.09    0.00 34537594/37023004     parse [2]
[3]     32.3    0.10    0.00 37023004         CHECKIDX [3]
-----------------------------------------------
                0.00    0.00       1/6757        line_reconstruction [6]
                0.00    0.00       2/6757        compile_init [25]
                0.00    0.00     131/6757        out_inner [15]
                0.01    0.00    2239/6757        compile_inner <cycle 1> [10]
                0.03    0.00    4384/6757        stores [7]
[4]     14.9    0.04    0.01    6757         str_to_pool [4]
                0.01    0.00 2332724/37023004     CHECKIDX [3]
                0.00    0.00    6757/450346      makespace_ [33]
-----------------------------------------------
                0.00    0.00     146/270788      sRECONSTITUTE [22]
                0.00    0.03  270642/270788      parse [2]
[5]      9.7    0.00    0.03  270788         ONDEMAND [5]
                0.00    0.03    4264/4264        line_reconstruction [6]
-----------------------------------------------
                0.00    0.03    4264/4264        ONDEMAND [5]
[6]      9.7    0.00    0.03    4264         line_reconstruction [6]
                0.00    0.03    4377/4377        storec [8]
                0.00    0.00    9347/9347        xfgetc [18]
                0.00    0.00       7/4384        stores [7]
                0.00    0.00       1/6757        str_to_pool [4]
                0.00    0.00     605/37023004     CHECKIDX [3]
                0.00    0.00      43/450346      makespace_ [33]
-----------------------------------------------
                0.00    0.00       7/4384        line_reconstruction [6]
                0.00    0.03    4377/4384        storec [8]
[7]      9.7    0.00    0.03    4384         stores [7]
                0.03    0.00    4384/6757        str_to_pool [4]
-----------------------------------------------
                0.00    0.03    4377/4377        line_reconstruction [6]
[8]      9.7    0.00    0.03    4377         storec [8]
                0.00    0.03    4377/4384        stores [7]
-----------------------------------------------
[9]      5.0    0.00    0.02       1+98      <cycle 1 as a whole> [9]
                0.00    0.02      51+5489        compile_inner <cycle 1> [10]
                0.00    0.00      48+647         compile_expression_inner <cycle 1> [29]
-----------------------------------------------
                                5489             compile_inner <cycle 1> [10]
                                  50             compile_expression_inner <cycle 1> [29]
                0.00    0.02       1/1           main [1]
[10]     5.0    0.00    0.02      51+5489    compile_inner <cycle 1> [10]
                0.01    0.00    2239/6757        str_to_pool [4]
                0.00    0.00    3886/4183        ctuple_inner [17]
                0.00    0.00       4/4           getstr [24]
                0.00    0.00    2288/37023004     CHECKIDX [3]
                0.00    0.00       4/30          sRECONSTITUTE [22]
                0.00    0.00     113/113         append_to_inner [27]
                0.00    0.00     215/215         Declare_inner [31]
                0.00    0.00     105/105         push_scope_level [49]
                0.00    0.00     105/450346      makespace_ [33]
                0.00    0.00     105/105         pop_scope_level [48]
                0.00    0.00     102/809         detuple_inner [36]
                0.00    0.00       2/2           compile_flowcontrol_inner [55]
                                  48             compile_expression_inner <cycle 1> [29]
                                5489             compile_inner <cycle 1> [10]
-----------------------------------------------
                                6506             build_ast_inner [11]
                0.00    0.01       1/1           main [1]
[11]     3.3    0.00    0.01       1+6506    build_ast_inner [11]
                0.01    0.00     556/556         kw [12]
                0.00    0.00    6507/13001       mktuple [16]
                0.00    0.00   19521/37023004     CHECKIDX [3]
                0.00    0.00    1531/1531        lit [19]
                0.00    0.00     224/224         bip [26]
                                6506             build_ast_inner [11]
-----------------------------------------------
                0.01    0.00     556/556         build_ast_inner [11]
[12]     3.2    0.01    0.00     556         kw [12]
                0.00    0.00     556/13001       mktuple [16]
                0.00    0.00     556/37023004     CHECKIDX [3]
-----------------------------------------------
                                                 <spontaneous>
[13]     3.2    0.01    0.00                 __x86.get_pc_thunk.bx [13]
-----------------------------------------------
                                                 <spontaneous>
[14]     3.2    0.01    0.00                 _dl_relocate_static_pie [14]
-----------------------------------------------
                                1411             out_inner [15]
                0.00    0.00       1/1           main [1]
[15]     0.3    0.00    0.00       1+1411    out_inner [15]
                0.00    0.00     131/6757        str_to_pool [4]
                0.00    0.00     131/4183        ctuple_inner [17]
                0.00    0.00     236/453         S_inner [30]
                0.00    0.00     129/37023004     CHECKIDX [3]
                0.00    0.00    1100/1101        C [35]
                0.00    0.00     707/809         detuple_inner [36]
                                1411             out_inner [15]
-----------------------------------------------
                0.00    0.00     224/13001       bip [26]
                0.00    0.00     556/13001       kw [12]
                0.00    0.00    1531/13001       lit [19]
                0.00    0.00    4183/13001       ctuple_inner [17]
                0.00    0.00    6507/13001       build_ast_inner [11]
[16]     0.1    0.00    0.00   13001         mktuple [16]
                0.00    0.00  100402/37023004     CHECKIDX [3]
                0.00    0.00   13001/450346      makespace_ [33]
-----------------------------------------------
                0.00    0.00       2/4183        compile_init [25]
                0.00    0.00       2/4183        build_call [32]
                0.00    0.00      61/4183        compile_expression_inner <cycle 1> [29]
                0.00    0.00     101/4183        append_to_type_inner [28]
                0.00    0.00     131/4183        out_inner [15]
                0.00    0.00    3886/4183        compile_inner <cycle 1> [10]
[17]     0.0    0.00    0.00    4183         ctuple_inner [17]
                0.00    0.00    4183/13001       mktuple [16]
                0.00    0.00     348/37023004     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00    9347/9347        line_reconstruction [6]
[18]     0.0    0.00    0.00    9347         xfgetc [18]
                0.00    0.00   18692/37023004     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00    1531/1531        build_ast_inner [11]
[19]     0.0    0.00    0.00    1531         lit [19]
                0.00    0.00    1531/13001       mktuple [16]
-----------------------------------------------
                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    9565/37023004     CHECKIDX [3]
                0.00    0.00     219/450346      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/450346      makespace_ [33]
-----------------------------------------------
                0.00    0.00       4/30          compile_inner <cycle 1> [10]
                0.00    0.00      26/30          compile_to_str [23]
[22]     0.0    0.00    0.00      30         sRECONSTITUTE [22]
                0.00    0.00     146/270788      ONDEMAND [5]
                0.00    0.00      86/37023004     CHECKIDX [3]
                0.00    0.00      30/450346      makespace_ [33]
-----------------------------------------------
                                  98             compile_to_str [23]
                0.00    0.00       4/4           getstr [24]
[23]     0.0    0.00    0.00       4+98      compile_to_str [23]
                0.00    0.00      26/30          sRECONSTITUTE [22]
                                  98             compile_to_str [23]
-----------------------------------------------
                0.00    0.00       4/4           compile_inner <cycle 1> [10]
[24]     0.0    0.00    0.00       4         getstr [24]
                0.00    0.00       4/4           compile_to_str [23]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[25]     0.0    0.00    0.00       1         compile_init [25]
                0.00    0.00       2/6757        str_to_pool [4]
                0.00    0.00       2/4183        ctuple_inner [17]
                0.00    0.00       1/1101        C [35]
                0.00    0.00       1/1           install_callback [58]
-----------------------------------------------
                0.00    0.00     224/224         build_ast_inner [11]
[26]     0.0    0.00    0.00     224         bip [26]
                0.00    0.00     224/13001       mktuple [16]
-----------------------------------------------
                0.00    0.00     113/113         compile_inner <cycle 1> [10]
[27]     0.0    0.00    0.00     113         append_to_inner [27]
                0.00    0.00     113/113         append_to_type_inner [28]
-----------------------------------------------
                0.00    0.00     113/113         append_to_inner [27]
[28]     0.0    0.00    0.00     113         append_to_type_inner [28]
                0.00    0.00     101/4183        ctuple_inner [17]
-----------------------------------------------
                                 647             compile_expression_inner <cycle 1> [29]
                                  48             compile_inner <cycle 1> [10]
[29]     0.0    0.00    0.00      48+647     compile_expression_inner <cycle 1> [29]
                0.00    0.00      61/4183        ctuple_inner [17]
                0.00    0.00      41/37023004     CHECKIDX [3]
                0.00    0.00       2/2           build_call [32]
                0.00    0.00       2/453         S_inner [30]
                0.00    0.00      28/28          IntConstant_c_inner [53]
                0.00    0.00       2/2           lookup [56]
                                  50             compile_inner <cycle 1> [10]
                                 647             compile_expression_inner <cycle 1> [29]
-----------------------------------------------
                0.00    0.00       2/453         compile_expression_inner <cycle 1> [29]
                0.00    0.00     215/453         Declare_inner [31]
                0.00    0.00     236/453         out_inner [15]
[30]     0.0    0.00    0.00     453         S_inner [30]
                0.00    0.00     453/37023004     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00     215/215         compile_inner <cycle 1> [10]
[31]     0.0    0.00    0.00     215         Declare_inner [31]
                0.00    0.00     215/453         S_inner [30]
                0.00    0.00     235/235         CAstOPName [39]
                0.00    0.00     215/217         lookup_with_scope [40]
                0.00    0.00     215/215         add_entry [42]
                0.00    0.00      20/20          warn [54]
-----------------------------------------------
                0.00    0.00       2/2           compile_expression_inner <cycle 1> [29]
[32]     0.0    0.00    0.00       2         build_call [32]
                0.00    0.00       2/4183        ctuple_inner [17]
-----------------------------------------------
                0.00    0.00       1/450346      memory_map_file [21]
                0.00    0.00      30/450346      sRECONSTITUTE [22]
                0.00    0.00      43/450346      line_reconstruction [6]
                0.00    0.00     105/450346      compile_inner <cycle 1> [10]
                0.00    0.00     219/450346      find_lines [20]
                0.00    0.00    6757/450346      str_to_pool [4]
                0.00    0.00   13001/450346      mktuple [16]
                0.00    0.00  430190/450346      parse [2]
[33]     0.0    0.00    0.00  450346         makespace_ [33]
-----------------------------------------------
                0.00    0.00    7267/19589       add_entry_internal [43]
                0.00    0.00   12322/19589       lookup_with_scope [40]
[34]     0.0    0.00    0.00   19589         match [34]
-----------------------------------------------
                0.00    0.00       1/1101        compile_init [25]
                0.00    0.00    1100/1101        out_inner [15]
[35]     0.0    0.00    0.00    1101         C [35]
-----------------------------------------------
                0.00    0.00     102/809         compile_inner <cycle 1> [10]
                0.00    0.00     707/809         out_inner [15]
[36]     0.0    0.00    0.00     809         detuple_inner [36]
-----------------------------------------------
                0.00    0.00      71/606         destroy_tables [45]
                0.00    0.00     105/606         end_scope [46]
                0.00    0.00     430/606         destroy_table [52]
[37]     0.0    0.00    0.00     606         Free [37]
-----------------------------------------------
                0.00    0.00      71/391         add_new_table [51]
                0.00    0.00     105/391         new_scope [47]
                0.00    0.00     215/391         add_entry_internal [43]
[38]     0.0    0.00    0.00     391         Malloc [38]
-----------------------------------------------
                0.00    0.00     235/235         Declare_inner [31]
[39]     0.0    0.00    0.00     235         CAstOPName [39]
-----------------------------------------------
                0.00    0.00       2/217         lookup [56]
                0.00    0.00     215/217         Declare_inner [31]
[40]     0.0    0.00    0.00     217         lookup_with_scope [40]
                0.00    0.00   12322/19589       match [34]
-----------------------------------------------
                0.00    0.00     215/215         add_entry_internal [43]
[41]     0.0    0.00    0.00     215         Strdup [41]
-----------------------------------------------
                0.00    0.00     215/215         Declare_inner [31]
[42]     0.0    0.00    0.00     215         add_entry [42]
                0.00    0.00     215/215         add_entry_internal [43]
-----------------------------------------------
                                  71             add_entry_internal [43]
                0.00    0.00     215/215         add_entry [42]
[43]     0.0    0.00    0.00     215+71      add_entry_internal [43]
                0.00    0.00    7267/19589       match [34]
                0.00    0.00     215/391         Malloc [38]
                0.00    0.00     215/215         Strdup [41]
                0.00    0.00      71/71          add_new_table [51]
                                  71             add_entry_internal [43]
-----------------------------------------------
                0.00    0.00     215/215         pop_scope_level [48]
[44]     0.0    0.00    0.00     215         compile_callback [44]
-----------------------------------------------
                0.00    0.00     105/105         end_scope [46]
[45]     0.0    0.00    0.00     105         destroy_tables [45]
                0.00    0.00      71/71          destroy_table [52]
                0.00    0.00      71/606         Free [37]
-----------------------------------------------
                0.00    0.00     105/105         pop_scope_level [48]
[46]     0.0    0.00    0.00     105         end_scope [46]
                0.00    0.00     105/105         destroy_tables [45]
                0.00    0.00     105/606         Free [37]
-----------------------------------------------
                0.00    0.00     105/105         push_scope_level [49]
[47]     0.0    0.00    0.00     105         new_scope [47]
                0.00    0.00     105/391         Malloc [38]
-----------------------------------------------
                0.00    0.00     105/105         compile_inner <cycle 1> [10]
[48]     0.0    0.00    0.00     105         pop_scope_level [48]
                0.00    0.00     215/215         compile_callback [44]
                0.00    0.00     105/105         end_scope [46]
-----------------------------------------------
                0.00    0.00     105/105         compile_inner <cycle 1> [10]
[49]     0.0    0.00    0.00     105         push_scope_level [49]
                0.00    0.00     105/105         new_scope [47]
-----------------------------------------------
                0.00    0.00      88/88          parse [2]
[50]     0.0    0.00    0.00      88         semantic [50]
-----------------------------------------------
                0.00    0.00      71/71          add_entry_internal [43]
[51]     0.0    0.00    0.00      71         add_new_table [51]
                0.00    0.00      71/391         Malloc [38]
-----------------------------------------------
                0.00    0.00      71/71          destroy_tables [45]
[52]     0.0    0.00    0.00      71         destroy_table [52]
                0.00    0.00     430/606         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      20/20          Declare_inner [31]
[54]     0.0    0.00    0.00      20         warn [54]
-----------------------------------------------
                0.00    0.00       2/2           compile_inner <cycle 1> [10]
[55]     0.0    0.00    0.00       2         compile_flowcontrol_inner [55]
-----------------------------------------------
                0.00    0.00       2/2           compile_expression_inner <cycle 1> [29]
[56]     0.0    0.00    0.00       2         lookup [56]
                0.00    0.00       2/217         lookup_with_scope [40]
-----------------------------------------------
                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 [25]
[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               [55] compile_flowcontrol_inner [21] memory_map_file
  [31] Declare_inner          [25] compile_init           [16] mktuple
  [37] Free (symtab.c)        [10] compile_inner          [47] new_scope (symtab.c)
  [53] IntConstant_c_inner    [57] compile_terminate      [15] out_inner
  [38] Malloc (symtab.c)      [23] compile_to_str          [2] parse
   [5] ONDEMAND               [17] ctuple_inner           [48] pop_scope_level
  [30] S_inner                [52] destroy_table (symtab.c) [49] push_scope_level
  [41] Strdup (symtab.c)      [45] destroy_tables (symtab.c) [59] remove_callback
  [13] __x86.get_pc_thunk.bx  [36] detuple_inner          [22] sRECONSTITUTE (ast_to_str.c)
  [14] _dl_relocate_static_pie [46] end_scope (symtab.c)  [50] semantic
  [42] add_entry              [20] find_lines              [8] storec
  [43] add_entry_internal (symtab.c) [24] getstr           [7] stores
  [51] add_new_table (symtab.c) [58] install_callback      [4] str_to_pool
  [27] append_to_inner        [12] kw                     [54] warn
  [28] append_to_type_inner    [6] line_reconstruction    [18] xfgetc (lex.c)
  [26] bip                    [19] lit                     [9] <cycle 1>
  [11] build_ast_inner        [56] lookup
  [32] build_call             [40] lookup_with_scope
