Flat profile:

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls  ms/call  ms/call  name    
 45.83      0.44     0.44        1   440.00   843.78  parse
 40.10      0.82     0.39 91774808     0.00     0.00  CHECKIDX
  5.21      0.88     0.05                             __x86.get_pc_thunk.bx
  3.12      0.91     0.03                             _dl_relocate_static_pie
  2.08      0.93     0.02     7736     0.00     0.00  str_to_pool
  1.56      0.94     0.01      569     0.03     0.03  kw
  1.04      0.95     0.01   545924     0.00     0.00  ONDEMAND
  0.52      0.95     0.01     2083     0.00     0.00  lit
  0.52      0.96     0.01      315     0.02     0.02  bip
  0.00      0.96     0.00   871492     0.00     0.00  makespace_
  0.00      0.96     0.00    22567     0.00     0.00  match
  0.00      0.96     0.00    19159     0.00     0.00  mktuple
  0.00      0.96     0.00    10517     0.00     0.00  xfgetc
  0.00      0.96     0.00     5171     0.00     0.00  ctuple_inner
  0.00      0.96     0.00     5091     0.00     0.00  stores
  0.00      0.96     0.00     5085     0.00     0.00  storec
  0.00      0.96     0.00     4952     0.00     0.00  line_reconstruction
  0.00      0.96     0.00     2607     0.00     0.00  semantic
  0.00      0.96     0.00     1726     0.00     0.00  C
  0.00      0.96     0.00     1199     0.00     0.00  detuple_inner
  0.00      0.96     0.00      947     0.00     0.00  S_inner
  0.00      0.96     0.00      701     0.00     0.00  lookup_with_scope
  0.00      0.96     0.00      630     0.00     0.00  Free
  0.00      0.96     0.00      476     0.00     0.00  lookup
  0.00      0.96     0.00      405     0.00     0.00  Malloc
  0.00      0.96     0.00      394     0.00     0.00  CPRIO
  0.00      0.96     0.00      371     0.00     0.03  compile_inner
  0.00      0.96     0.00      291     0.00     0.00  IsString_c_inner
  0.00      0.96     0.00      252     0.00     0.00  CAstOPName
  0.00      0.96     0.00      225     0.00     0.00  Declare_inner
  0.00      0.96     0.00      225     0.00     0.00  Strdup
  0.00      0.96     0.00      225     0.00     0.00  add_entry
  0.00      0.96     0.00      225     0.00     0.00  add_entry_internal
  0.00      0.96     0.00      225     0.00     0.00  compile_callback
  0.00      0.96     0.00      198     0.00     0.00  out_inner
  0.00      0.96     0.00      186     0.00     0.00  compile_expression_inner
  0.00      0.96     0.00      121     0.00     0.00  append_to_inner
  0.00      0.96     0.00      121     0.00     0.00  append_to_type_inner
  0.00      0.96     0.00      107     0.00     0.00  destroy_tables
  0.00      0.96     0.00      107     0.00     0.00  end_scope
  0.00      0.96     0.00      107     0.00     0.00  new_scope
  0.00      0.96     0.00      107     0.00     0.00  pop_scope_level
  0.00      0.96     0.00      107     0.00     0.00  push_scope_level
  0.00      0.96     0.00      100     0.00     0.00  COPERATOR
  0.00      0.96     0.00       97     0.00     0.00  binary_op
  0.00      0.96     0.00       73     0.00     0.00  add_new_table
  0.00      0.96     0.00       73     0.00     0.00  destroy_table
  0.00      0.96     0.00       71     0.00     0.00  cform_assignment
  0.00      0.96     0.00       71     0.00     0.00  compile_flowcontrol_inner
  0.00      0.96     0.00       56     0.00     0.00  same
  0.00      0.96     0.00       35     0.00     0.00  sRECONSTITUTE
  0.00      0.96     0.00       28     0.00     0.00  IntConstant_c_inner
  0.00      0.96     0.00       27     0.00     0.00  warn
  0.00      0.96     0.00        5     0.00     0.00  compile_to_str
  0.00      0.96     0.00        5     0.00     0.00  getstr
  0.00      0.96     0.00        3     0.00     0.00  unary_op
  0.00      0.96     0.00        1     0.00    25.59  build_ast_inner
  0.00      0.96     0.00        1     0.00     0.01  compile_init
  0.00      0.96     0.00        1     0.00     0.00  compile_terminate
  0.00      0.96     0.00        1     0.00     0.05  find_lines
  0.00      0.96     0.00        1     0.00     0.00  install_callback
  0.00      0.96     0.00        1     0.00     0.05  memory_map_file
  0.00      0.96     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 1.04% of 0.96 seconds

index % time    self  children    called     name
                                                 <spontaneous>
[1]     91.7    0.00    0.88                 main [1]
                0.44    0.40       1/1           parse [2]
                0.00    0.03       1/1           build_ast_inner [8]
                0.00    0.01       1/1           compile_inner <cycle 1> [14]
                0.00    0.00       1/1           out_inner <cycle 2> [19]
                0.00    0.00       1/1           memory_map_file [23]
                0.00    0.00       1/1           compile_init [26]
                0.00    0.00       1/1           compile_terminate [64]
-----------------------------------------------
                               39041             parse [2]
                0.44    0.40       1/1           main [1]
[2]     87.9    0.44    0.40       1+39041   parse [2]
                0.37    0.00 89075672/91774808     CHECKIDX [3]
                0.01    0.02  545773/545924      ONDEMAND [6]
                0.00    0.00  844111/871492      makespace_ [37]
                0.00    0.00    2607/2607        semantic [39]
                               39041             parse [2]
-----------------------------------------------
                0.00    0.00      43/91774808     compile_expression_inner <cycle 1> [24]
                0.00    0.00      64/91774808     same [36]
                0.00    0.00      81/91774808     sRECONSTITUTE [25]
                0.00    0.00     391/91774808     out_inner <cycle 2> [19]
                0.00    0.00     569/91774808     kw [12]
                0.00    0.00     617/91774808     ctuple_inner [20]
                0.00    0.00     907/91774808     line_reconstruction [9]
                0.00    0.00     947/91774808     S_inner [29]
                0.00    0.00    2549/91774808     compile_inner <cycle 1> [14]
                0.00    0.00   10827/91774808     find_lines [22]
                0.00    0.00   21032/91774808     xfgetc [21]
                0.00    0.00   33063/91774808     build_ast_inner [8]
                0.00    0.00  145803/91774808     mktuple [17]
                0.01    0.00 2482243/91774808     str_to_pool [5]
                0.37    0.00 89075672/91774808     parse [2]
[3]     40.1    0.39    0.00 91774808         CHECKIDX [3]
-----------------------------------------------
                                                 <spontaneous>
[4]      5.2    0.05    0.00                 __x86.get_pc_thunk.bx [4]
-----------------------------------------------
                0.00    0.00       1/7736        line_reconstruction [9]
                0.00    0.00       2/7736        compile_init [26]
                0.00    0.00     141/7736        out_inner <cycle 2> [19]
                0.01    0.00    2501/7736        compile_inner <cycle 1> [14]
                0.01    0.01    5091/7736        stores [10]
[5]      3.2    0.02    0.01    7736         str_to_pool [5]
                0.01    0.00 2482243/91774808     CHECKIDX [3]
                0.00    0.00    7736/871492      makespace_ [37]
-----------------------------------------------
                0.00    0.00     151/545924      sRECONSTITUTE [25]
                0.01    0.02  545773/545924      parse [2]
[6]      3.1    0.01    0.02  545924         ONDEMAND [6]
                0.00    0.02    4952/4952        line_reconstruction [9]
-----------------------------------------------
                                                 <spontaneous>
[7]      3.1    0.03    0.00                 _dl_relocate_static_pie [7]
-----------------------------------------------
                               11020             build_ast_inner [8]
                0.00    0.03       1/1           main [1]
[8]      2.7    0.00    0.03       1+11020   build_ast_inner [8]
                0.01    0.00     569/569         kw [12]
                0.01    0.00    2083/2083        lit [15]
                0.01    0.00     315/315         bip [16]
                0.00    0.00   11021/19159       mktuple [17]
                0.00    0.00   33063/91774808     CHECKIDX [3]
                               11020             build_ast_inner [8]
-----------------------------------------------
                0.00    0.02    4952/4952        ONDEMAND [6]
[9]      2.1    0.00    0.02    4952         line_reconstruction [9]
                0.00    0.02    5085/5085        storec [11]
                0.00    0.00   10517/10517       xfgetc [21]
                0.00    0.00       6/5091        stores [10]
                0.00    0.00       1/7736        str_to_pool [5]
                0.00    0.00     907/91774808     CHECKIDX [3]
                0.00    0.00      32/871492      makespace_ [37]
-----------------------------------------------
                0.00    0.00       6/5091        line_reconstruction [9]
                0.00    0.02    5085/5091        storec [11]
[10]     2.1    0.00    0.02    5091         stores [10]
                0.01    0.01    5091/7736        str_to_pool [5]
-----------------------------------------------
                0.00    0.02    5085/5085        line_reconstruction [9]
[11]     2.1    0.00    0.02    5085         storec [11]
                0.00    0.02    5085/5091        stores [10]
-----------------------------------------------
                0.01    0.00     569/569         build_ast_inner [8]
[12]     1.6    0.01    0.00     569         kw [12]
                0.00    0.00     569/19159       mktuple [17]
                0.00    0.00     569/91774808     CHECKIDX [3]
-----------------------------------------------
[13]     1.0    0.00    0.01       1+556     <cycle 1 as a whole> [13]
                0.00    0.01     371+6664        compile_inner <cycle 1> [14]
                0.00    0.00     186+3556        compile_expression_inner <cycle 1> [24]
-----------------------------------------------
                                6664             compile_inner <cycle 1> [14]
                                 370             compile_expression_inner <cycle 1> [24]
                0.00    0.01       1/1           main [1]
[14]     1.0    0.00    0.01     371+6664    compile_inner <cycle 1> [14]
                0.01    0.00    2501/7736        str_to_pool [5]
                0.00    0.00    4607/5171        ctuple_inner [20]
                0.00    0.00    2549/91774808     CHECKIDX [3]
                0.00    0.00       5/5           getstr [28]
                0.00    0.00     121/121         append_to_inner [30]
                0.00    0.00       4/35          sRECONSTITUTE [25]
                0.00    0.00     225/225         Declare_inner [33]
                0.00    0.00     113/1199        detuple_inner [41]
                0.00    0.00     107/107         push_scope_level [56]
                0.00    0.00     107/871492      makespace_ [37]
                0.00    0.00     107/107         pop_scope_level [55]
                0.00    0.00      71/71          compile_flowcontrol_inner [60]
                                 186             compile_expression_inner <cycle 1> [24]
                                6664             compile_inner <cycle 1> [14]
-----------------------------------------------
                0.01    0.00    2083/2083        build_ast_inner [8]
[15]     0.5    0.01    0.00    2083         lit [15]
                0.00    0.00    2083/19159       mktuple [17]
-----------------------------------------------
                0.01    0.00     315/315         build_ast_inner [8]
[16]     0.5    0.01    0.00     315         bip [16]
                0.00    0.00     315/19159       mktuple [17]
-----------------------------------------------
                0.00    0.00     315/19159       bip [16]
                0.00    0.00     569/19159       kw [12]
                0.00    0.00    2083/19159       lit [15]
                0.00    0.00    5171/19159       ctuple_inner [20]
                0.00    0.00   11021/19159       build_ast_inner [8]
[17]     0.1    0.00    0.00   19159         mktuple [17]
                0.00    0.00  145803/91774808     CHECKIDX [3]
                0.00    0.00   19159/871492      makespace_ [37]
-----------------------------------------------
[18]     0.1    0.00    0.00       1+297     <cycle 2 as a whole> [18]
                0.00    0.00     198+1858        out_inner <cycle 2> [19]
                0.00    0.00      97             binary_op <cycle 2> [34]
                0.00    0.00       3             unary_op <cycle 2> [63]
-----------------------------------------------
                                1858             out_inner <cycle 2> [19]
                                   3             unary_op <cycle 2> [63]
                                 194             binary_op <cycle 2> [34]
                0.00    0.00       1/1           main [1]
[19]     0.1    0.00    0.00     198+1858    out_inner <cycle 2> [19]
                0.00    0.00     141/7736        str_to_pool [5]
                0.00    0.00     141/5171        ctuple_inner [20]
                0.00    0.00     391/91774808     CHECKIDX [3]
                0.00    0.00     246/947         S_inner [29]
                0.00    0.00    1593/1726        C [40]
                0.00    0.00     987/1199        detuple_inner [41]
                                  97             binary_op <cycle 2> [34]
                                   3             unary_op <cycle 2> [63]
                                1858             out_inner <cycle 2> [19]
-----------------------------------------------
                0.00    0.00       2/5171        compile_init [26]
                0.00    0.00     104/5171        append_to_type_inner [31]
                0.00    0.00     141/5171        out_inner <cycle 2> [19]
                0.00    0.00     317/5171        compile_expression_inner <cycle 1> [24]
                0.00    0.00    4607/5171        compile_inner <cycle 1> [14]
[20]     0.0    0.00    0.00    5171         ctuple_inner [20]
                0.00    0.00    5171/19159       mktuple [17]
                0.00    0.00     617/91774808     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00   10517/10517       line_reconstruction [9]
[21]     0.0    0.00    0.00   10517         xfgetc [21]
                0.00    0.00   21032/91774808     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00       1/1           memory_map_file [23]
[22]     0.0    0.00    0.00       1         find_lines [22]
                0.00    0.00   10827/91774808     CHECKIDX [3]
                0.00    0.00     311/871492      makespace_ [37]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[23]     0.0    0.00    0.00       1         memory_map_file [23]
                0.00    0.00       1/1           find_lines [22]
                0.00    0.00       1/871492      makespace_ [37]
-----------------------------------------------
                                3556             compile_expression_inner <cycle 1> [24]
                                 186             compile_inner <cycle 1> [14]
[24]     0.0    0.00    0.00     186+3556    compile_expression_inner <cycle 1> [24]
                0.00    0.00     317/5171        ctuple_inner [20]
                0.00    0.00     251/947         S_inner [29]
                0.00    0.00      71/71          cform_assignment [35]
                0.00    0.00      43/91774808     CHECKIDX [3]
                0.00    0.00     251/476         lookup [44]
                0.00    0.00      28/28          IntConstant_c_inner [61]
                                 370             compile_inner <cycle 1> [14]
                                3556             compile_expression_inner <cycle 1> [24]
-----------------------------------------------
                0.00    0.00       4/35          compile_inner <cycle 1> [14]
                0.00    0.00      31/35          compile_to_str [27]
[25]     0.0    0.00    0.00      35         sRECONSTITUTE [25]
                0.00    0.00     151/545924      ONDEMAND [6]
                0.00    0.00      81/91774808     CHECKIDX [3]
                0.00    0.00      35/871492      makespace_ [37]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[26]     0.0    0.00    0.00       1         compile_init [26]
                0.00    0.00       2/7736        str_to_pool [5]
                0.00    0.00       2/5171        ctuple_inner [20]
                0.00    0.00       1/1726        C [40]
                0.00    0.00       1/1           install_callback [65]
-----------------------------------------------
                                 120             compile_to_str [27]
                0.00    0.00       5/5           getstr [28]
[27]     0.0    0.00    0.00       5+120     compile_to_str [27]
                0.00    0.00      31/35          sRECONSTITUTE [25]
                                 120             compile_to_str [27]
-----------------------------------------------
                0.00    0.00       5/5           compile_inner <cycle 1> [14]
[28]     0.0    0.00    0.00       5         getstr [28]
                0.00    0.00       5/5           compile_to_str [27]
-----------------------------------------------
                0.00    0.00     225/947         Declare_inner [33]
                0.00    0.00     225/947         IsString_c_inner [32]
                0.00    0.00     246/947         out_inner <cycle 2> [19]
                0.00    0.00     251/947         compile_expression_inner <cycle 1> [24]
[29]     0.0    0.00    0.00     947         S_inner [29]
                0.00    0.00     947/91774808     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00     121/121         compile_inner <cycle 1> [14]
[30]     0.0    0.00    0.00     121         append_to_inner [30]
                0.00    0.00     121/121         append_to_type_inner [31]
-----------------------------------------------
                0.00    0.00     121/121         append_to_inner [30]
[31]     0.0    0.00    0.00     121         append_to_type_inner [31]
                0.00    0.00     104/5171        ctuple_inner [20]
-----------------------------------------------
                0.00    0.00     291/291         binary_op <cycle 2> [34]
[32]     0.0    0.00    0.00     291         IsString_c_inner [32]
                0.00    0.00     225/947         S_inner [29]
                0.00    0.00     225/476         lookup [44]
-----------------------------------------------
                0.00    0.00     225/225         compile_inner <cycle 1> [14]
[33]     0.0    0.00    0.00     225         Declare_inner [33]
                0.00    0.00     225/947         S_inner [29]
                0.00    0.00     252/252         CAstOPName [47]
                0.00    0.00     225/701         lookup_with_scope [42]
                0.00    0.00     225/225         add_entry [49]
                0.00    0.00      27/27          warn [62]
-----------------------------------------------
                                  97             out_inner <cycle 2> [19]
[34]     0.0    0.00    0.00      97         binary_op <cycle 2> [34]
                0.00    0.00     291/291         IsString_c_inner [32]
                0.00    0.00     388/394         CPRIO [46]
                0.00    0.00     129/1726        C [40]
                0.00    0.00      97/100         COPERATOR [57]
                                 194             out_inner <cycle 2> [19]
-----------------------------------------------
                0.00    0.00      71/71          compile_expression_inner <cycle 1> [24]
[35]     0.0    0.00    0.00      71         cform_assignment [35]
                0.00    0.00      56/56          same [36]
                0.00    0.00      99/1199        detuple_inner [41]
-----------------------------------------------
                0.00    0.00      56/56          cform_assignment [35]
[36]     0.0    0.00    0.00      56         same [36]
                0.00    0.00      64/91774808     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00       1/871492      memory_map_file [23]
                0.00    0.00      32/871492      line_reconstruction [9]
                0.00    0.00      35/871492      sRECONSTITUTE [25]
                0.00    0.00     107/871492      compile_inner <cycle 1> [14]
                0.00    0.00     311/871492      find_lines [22]
                0.00    0.00    7736/871492      str_to_pool [5]
                0.00    0.00   19159/871492      mktuple [17]
                0.00    0.00  844111/871492      parse [2]
[37]     0.0    0.00    0.00  871492         makespace_ [37]
-----------------------------------------------
                0.00    0.00    7537/22567       add_entry_internal [50]
                0.00    0.00   15030/22567       lookup_with_scope [42]
[38]     0.0    0.00    0.00   22567         match [38]
-----------------------------------------------
                0.00    0.00    2607/2607        parse [2]
[39]     0.0    0.00    0.00    2607         semantic [39]
-----------------------------------------------
                0.00    0.00       1/1726        compile_init [26]
                0.00    0.00       3/1726        unary_op <cycle 2> [63]
                0.00    0.00     129/1726        binary_op <cycle 2> [34]
                0.00    0.00    1593/1726        out_inner <cycle 2> [19]
[40]     0.0    0.00    0.00    1726         C [40]
-----------------------------------------------
                0.00    0.00      99/1199        cform_assignment [35]
                0.00    0.00     113/1199        compile_inner <cycle 1> [14]
                0.00    0.00     987/1199        out_inner <cycle 2> [19]
[41]     0.0    0.00    0.00    1199         detuple_inner [41]
-----------------------------------------------
                0.00    0.00     225/701         Declare_inner [33]
                0.00    0.00     476/701         lookup [44]
[42]     0.0    0.00    0.00     701         lookup_with_scope [42]
                0.00    0.00   15030/22567       match [38]
-----------------------------------------------
                0.00    0.00      73/630         destroy_tables [52]
                0.00    0.00     107/630         end_scope [53]
                0.00    0.00     450/630         destroy_table [59]
[43]     0.0    0.00    0.00     630         Free [43]
-----------------------------------------------
                0.00    0.00     225/476         IsString_c_inner [32]
                0.00    0.00     251/476         compile_expression_inner <cycle 1> [24]
[44]     0.0    0.00    0.00     476         lookup [44]
                0.00    0.00     476/701         lookup_with_scope [42]
-----------------------------------------------
                0.00    0.00      73/405         add_new_table [58]
                0.00    0.00     107/405         new_scope [54]
                0.00    0.00     225/405         add_entry_internal [50]
[45]     0.0    0.00    0.00     405         Malloc [45]
-----------------------------------------------
                0.00    0.00       6/394         unary_op <cycle 2> [63]
                0.00    0.00     388/394         binary_op <cycle 2> [34]
[46]     0.0    0.00    0.00     394         CPRIO [46]
-----------------------------------------------
                0.00    0.00     252/252         Declare_inner [33]
[47]     0.0    0.00    0.00     252         CAstOPName [47]
-----------------------------------------------
                0.00    0.00     225/225         add_entry_internal [50]
[48]     0.0    0.00    0.00     225         Strdup [48]
-----------------------------------------------
                0.00    0.00     225/225         Declare_inner [33]
[49]     0.0    0.00    0.00     225         add_entry [49]
                0.00    0.00     225/225         add_entry_internal [50]
-----------------------------------------------
                                  73             add_entry_internal [50]
                0.00    0.00     225/225         add_entry [49]
[50]     0.0    0.00    0.00     225+73      add_entry_internal [50]
                0.00    0.00    7537/22567       match [38]
                0.00    0.00     225/405         Malloc [45]
                0.00    0.00     225/225         Strdup [48]
                0.00    0.00      73/73          add_new_table [58]
                                  73             add_entry_internal [50]
-----------------------------------------------
                0.00    0.00     225/225         pop_scope_level [55]
[51]     0.0    0.00    0.00     225         compile_callback [51]
-----------------------------------------------
                0.00    0.00     107/107         end_scope [53]
[52]     0.0    0.00    0.00     107         destroy_tables [52]
                0.00    0.00      73/73          destroy_table [59]
                0.00    0.00      73/630         Free [43]
-----------------------------------------------
                0.00    0.00     107/107         pop_scope_level [55]
[53]     0.0    0.00    0.00     107         end_scope [53]
                0.00    0.00     107/107         destroy_tables [52]
                0.00    0.00     107/630         Free [43]
-----------------------------------------------
                0.00    0.00     107/107         push_scope_level [56]
[54]     0.0    0.00    0.00     107         new_scope [54]
                0.00    0.00     107/405         Malloc [45]
-----------------------------------------------
                0.00    0.00     107/107         compile_inner <cycle 1> [14]
[55]     0.0    0.00    0.00     107         pop_scope_level [55]
                0.00    0.00     225/225         compile_callback [51]
                0.00    0.00     107/107         end_scope [53]
-----------------------------------------------
                0.00    0.00     107/107         compile_inner <cycle 1> [14]
[56]     0.0    0.00    0.00     107         push_scope_level [56]
                0.00    0.00     107/107         new_scope [54]
-----------------------------------------------
                0.00    0.00       3/100         unary_op <cycle 2> [63]
                0.00    0.00      97/100         binary_op <cycle 2> [34]
[57]     0.0    0.00    0.00     100         COPERATOR [57]
-----------------------------------------------
                0.00    0.00      73/73          add_entry_internal [50]
[58]     0.0    0.00    0.00      73         add_new_table [58]
                0.00    0.00      73/405         Malloc [45]
-----------------------------------------------
                0.00    0.00      73/73          destroy_tables [52]
[59]     0.0    0.00    0.00      73         destroy_table [59]
                0.00    0.00     450/630         Free [43]
-----------------------------------------------
                0.00    0.00      71/71          compile_inner <cycle 1> [14]
[60]     0.0    0.00    0.00      71         compile_flowcontrol_inner [60]
-----------------------------------------------
                0.00    0.00      28/28          compile_expression_inner <cycle 1> [24]
[61]     0.0    0.00    0.00      28         IntConstant_c_inner [61]
-----------------------------------------------
                0.00    0.00      27/27          Declare_inner [33]
[62]     0.0    0.00    0.00      27         warn [62]
-----------------------------------------------
                                   3             out_inner <cycle 2> [19]
[63]     0.0    0.00    0.00       3         unary_op <cycle 2> [63]
                0.00    0.00       6/394         CPRIO [46]
                0.00    0.00       3/100         COPERATOR [57]
                0.00    0.00       3/1726        C [40]
                                   3             out_inner <cycle 2> [19]
-----------------------------------------------
                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 [26]
[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

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