Flat profile:

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls  ms/call  ms/call  name    
 42.70      0.38     0.38        1   380.00   730.63  parse
 38.20      0.72     0.34 137948619     0.00     0.00  CHECKIDX
  7.30      0.79     0.07                             __x86.get_pc_thunk.bx
  6.18      0.84     0.06                             _dl_relocate_static_pie
  3.37      0.87     0.03    10971     0.00     0.00  str_to_pool
  1.12      0.88     0.01      640     0.02     0.02  kw
  1.12      0.89     0.01      465     0.02     0.02  compile_expression_inner
  0.00      0.89     0.00  1535953     0.00     0.00  makespace_
  0.00      0.89     0.00  1101332     0.00     0.00  ONDEMAND
  0.00      0.89     0.00    28505     0.00     0.00  mktuple
  0.00      0.89     0.00    28127     0.00     0.00  match
  0.00      0.89     0.00    13966     0.00     0.00  xfgetc
  0.00      0.89     0.00     7503     0.00     0.00  ctuple_inner
  0.00      0.89     0.00     6644     0.00     0.00  stores
  0.00      0.89     0.00     6499     0.00     0.00  line_reconstruction
  0.00      0.89     0.00     6429     0.00     0.00  storec
  0.00      0.89     0.00     3061     0.00     0.00  lit
  0.00      0.89     0.00     2865     0.00     0.00  semantic
  0.00      0.89     0.00     2027     0.00     0.00  C
  0.00      0.89     0.00     1474     0.00     0.00  detuple_inner
  0.00      0.89     0.00      720     0.00     0.00  S_inner
  0.00      0.89     0.00      715     0.00     0.02  compile_inner
  0.00      0.89     0.00      681     0.00     0.00  Free
  0.00      0.89     0.00      538     0.00     0.00  bip
  0.00      0.89     0.00      436     0.00     0.00  Malloc
  0.00      0.89     0.00      395     0.00     0.00  lookup_with_scope
  0.00      0.89     0.00      309     0.00     0.00  CAstOPName
  0.00      0.89     0.00      266     0.00     0.00  IntConstant_c_inner
  0.00      0.89     0.00      258     0.00     0.00  CPRIO
  0.00      0.89     0.00      248     0.00     0.00  Declare_inner
  0.00      0.89     0.00      248     0.00     0.00  add_entry
  0.00      0.89     0.00      248     0.00     0.00  add_entry_internal
  0.00      0.89     0.00      245     0.00     0.00  Strdup
  0.00      0.89     0.00      245     0.00     0.00  compile_callback
  0.00      0.89     0.00      238     0.00     0.00  sRECONSTITUTE
  0.00      0.89     0.00      147     0.00     0.00  lookup
  0.00      0.89     0.00      134     0.00     0.00  append_to_inner
  0.00      0.89     0.00      134     0.00     0.00  append_to_type_inner
  0.00      0.89     0.00      130     0.00     0.01  out_inner
  0.00      0.89     0.00      122     0.00     0.00  compile_flowcontrol_inner
  0.00      0.89     0.00      112     0.00     0.00  destroy_tables
  0.00      0.89     0.00      112     0.00     0.00  end_scope
  0.00      0.89     0.00      112     0.00     0.00  new_scope
  0.00      0.89     0.00      112     0.00     0.00  pop_scope_level
  0.00      0.89     0.00      112     0.00     0.00  push_scope_level
  0.00      0.89     0.00       79     0.00     0.00  add_new_table
  0.00      0.89     0.00       79     0.00     0.00  destroy_table
  0.00      0.89     0.00       66     0.00     0.00  COPERATOR
  0.00      0.89     0.00       64     0.00     0.00  warn
  0.00      0.89     0.00       63     0.00     0.00  binary_op
  0.00      0.89     0.00       57     0.00     0.00  build_call
  0.00      0.89     0.00       51     0.00     0.00  STRING_LITERAL_to_C_int_const_inner
  0.00      0.89     0.00       21     0.00     0.00  STATEMENT_BLOCK_inner
  0.00      0.89     0.00       15     0.00     0.00  cform_assignment
  0.00      0.89     0.00        4     0.00     0.00  compile_to_str
  0.00      0.89     0.00        4     0.00     0.00  getstr
  0.00      0.89     0.00        4     0.00     0.00  same
  0.00      0.89     0.00        3     0.00     0.00  unary_op
  0.00      0.89     0.00        2     0.00     0.00  can_demorgan
  0.00      0.89     0.00        1     0.00    10.52  build_ast_inner
  0.00      0.89     0.00        1     0.00     0.01  compile_init
  0.00      0.89     0.00        1     0.00     0.00  compile_terminate
  0.00      0.89     0.00        1     0.00     0.04  find_lines
  0.00      0.89     0.00        1     0.00     0.00  install_callback
  0.00      0.89     0.00        1     0.00     0.04  memory_map_file
  0.00      0.89     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.12% of 0.89 seconds

index % time    self  children    called     name
                                                 <spontaneous>
[1]     86.5    0.00    0.77                 main [1]
                0.38    0.35       1/1           parse [2]
                0.01    0.02       1/1           compile_inner <cycle 1> [12]
                0.00    0.01       1/1           build_ast_inner [13]
                0.00    0.00       1/1           out_inner <cycle 2> [17]
                0.00    0.00       1/1           memory_map_file [24]
                0.00    0.00       1/1           compile_init [26]
                0.00    0.00       1/1           compile_terminate [67]
-----------------------------------------------
                               75151             parse [2]
                0.38    0.35       1/1           main [1]
[2]     82.1    0.38    0.35       1+75151   parse [2]
                0.32    0.00 130647548/137948619     CHECKIDX [3]
                0.00    0.03 1099632/1101332     ONDEMAND [7]
                0.00    0.00 1495046/1535953     makespace_ [40]
                0.00    0.00    2865/2865        semantic [42]
                               75151             parse [2]
-----------------------------------------------
                0.00    0.00       2/137948619     same [39]
                0.00    0.00      51/137948619     STRING_LITERAL_to_C_int_const_inner [36]
                0.00    0.00     163/137948619     compile_expression_inner <cycle 1> [14]
                0.00    0.00     557/137948619     ctuple_inner [19]
                0.00    0.00     580/137948619     out_inner <cycle 2> [17]
                0.00    0.00     640/137948619     kw [15]
                0.00    0.00     720/137948619     S_inner [31]
                0.00    0.00    1224/137948619     sRECONSTITUTE [22]
                0.00    0.00    1958/137948619     line_reconstruction [8]
                0.00    0.00    3812/137948619     compile_inner <cycle 1> [12]
                0.00    0.00   14342/137948619     find_lines [23]
                0.00    0.00   27930/137948619     xfgetc [20]
                0.00    0.00   50289/137948619     build_ast_inner [13]
                0.00    0.00  215885/137948619     mktuple [18]
                0.02    0.00 6982918/137948619     str_to_pool [6]
                0.32    0.00 130647548/137948619     parse [2]
[3]     38.2    0.34    0.00 137948619         CHECKIDX [3]
-----------------------------------------------
                                                 <spontaneous>
[4]      7.3    0.07    0.00                 __x86.get_pc_thunk.bx [4]
-----------------------------------------------
                                                 <spontaneous>
[5]      6.2    0.06    0.00                 _dl_relocate_static_pie [5]
-----------------------------------------------
                0.00    0.00       1/10971       line_reconstruction [8]
                0.00    0.00       2/10971       compile_init [26]
                0.00    0.00      51/10971       compile_expression_inner <cycle 1> [14]
                0.00    0.00     187/10971       out_inner <cycle 2> [17]
                0.01    0.01    4086/10971       compile_inner <cycle 1> [12]
                0.02    0.01    6644/10971       stores [9]
[6]      5.3    0.03    0.02   10971         str_to_pool [6]
                0.02    0.00 6982918/137948619     CHECKIDX [3]
                0.00    0.00   10971/1535953     makespace_ [40]
-----------------------------------------------
                0.00    0.00    1700/1101332     sRECONSTITUTE [22]
                0.00    0.03 1099632/1101332     parse [2]
[7]      3.2    0.00    0.03 1101332         ONDEMAND [7]
                0.00    0.03    6499/6499        line_reconstruction [8]
-----------------------------------------------
                0.00    0.03    6499/6499        ONDEMAND [7]
[8]      3.2    0.00    0.03    6499         line_reconstruction [8]
                0.00    0.03    6429/6429        storec [11]
                0.00    0.00     215/6644        stores [9]
                0.00    0.00   13966/13966       xfgetc [20]
                0.00    0.00    1958/137948619     CHECKIDX [3]
                0.00    0.00       1/10971       str_to_pool [6]
                0.00    0.00     703/1535953     makespace_ [40]
-----------------------------------------------
                0.00    0.00     215/6644        line_reconstruction [8]
                0.00    0.03    6429/6644        storec [11]
[9]      3.2    0.00    0.03    6644         stores [9]
                0.02    0.01    6644/10971       str_to_pool [6]
-----------------------------------------------
[10]     3.1    0.01    0.02       1+1301    <cycle 1 as a whole> [10]
                0.00    0.02     715+9450        compile_inner <cycle 1> [12]
                0.01    0.00     465+6519        compile_expression_inner <cycle 1> [14]
                0.00    0.00     122             compile_flowcontrol_inner <cycle 1> [34]
-----------------------------------------------
                0.00    0.03    6429/6429        line_reconstruction [8]
[11]     3.1    0.00    0.03    6429         storec [11]
                0.00    0.03    6429/6644        stores [9]
-----------------------------------------------
                                9450             compile_inner <cycle 1> [12]
                                  70             compile_flowcontrol_inner <cycle 1> [34]
                                 644             compile_expression_inner <cycle 1> [14]
                0.01    0.02       1/1           main [1]
[12]     2.0    0.00    0.02     715+9450    compile_inner <cycle 1> [12]
                0.01    0.01    4086/10971       str_to_pool [6]
                0.00    0.00    6650/7503        ctuple_inner [19]
                0.00    0.00     212/238         sRECONSTITUTE [22]
                0.00    0.00    3812/137948619     CHECKIDX [3]
                0.00    0.00       4/4           getstr [28]
                0.00    0.00     134/134         append_to_inner [29]
                0.00    0.00     248/248         Declare_inner [33]
                0.00    0.00       2/21          STATEMENT_BLOCK_inner [35]
                0.00    0.00      12/266         IntConstant_c_inner [38]
                0.00    0.00     128/1474        detuple_inner [44]
                0.00    0.00     112/112         push_scope_level [59]
                0.00    0.00     112/1535953     makespace_ [40]
                0.00    0.00     112/112         pop_scope_level [58]
                                 465             compile_expression_inner <cycle 1> [14]
                                 122             compile_flowcontrol_inner <cycle 1> [34]
                                9450             compile_inner <cycle 1> [12]
-----------------------------------------------
                               16762             build_ast_inner [13]
                0.00    0.01       1/1           main [1]
[13]     1.2    0.00    0.01       1+16762   build_ast_inner [13]
                0.01    0.00     640/640         kw [15]
                0.00    0.00   16763/28505       mktuple [18]
                0.00    0.00   50289/137948619     CHECKIDX [3]
                0.00    0.00    3061/3061        lit [21]
                0.00    0.00     538/538         bip [25]
                               16762             build_ast_inner [13]
-----------------------------------------------
                                6519             compile_expression_inner <cycle 1> [14]
                                 465             compile_inner <cycle 1> [12]
[14]     1.1    0.01    0.00     465+6519    compile_expression_inner <cycle 1> [14]
                0.00    0.00      51/10971       str_to_pool [6]
                0.00    0.00     441/7503        ctuple_inner [19]
                0.00    0.00      57/57          build_call [32]
                0.00    0.00     163/137948619     CHECKIDX [3]
                0.00    0.00     139/720         S_inner [31]
                0.00    0.00      51/51          STRING_LITERAL_to_C_int_const_inner [36]
                0.00    0.00      15/15          cform_assignment [37]
                0.00    0.00     234/266         IntConstant_c_inner [38]
                0.00    0.00     139/147         lookup [54]
                0.00    0.00      28/64          warn [63]
                0.00    0.00      25/309         CAstOPName [48]
                                 644             compile_inner <cycle 1> [12]
                                6519             compile_expression_inner <cycle 1> [14]
-----------------------------------------------
                0.01    0.00     640/640         build_ast_inner [13]
[15]     1.1    0.01    0.00     640         kw [15]
                0.00    0.00     640/28505       mktuple [18]
                0.00    0.00     640/137948619     CHECKIDX [3]
-----------------------------------------------
[16]     0.1    0.00    0.00       1+195     <cycle 2 as a whole> [16]
                0.00    0.00     130+2254        out_inner <cycle 2> [17]
                0.00    0.00      63             binary_op <cycle 2> [64]
                0.00    0.00       3             unary_op <cycle 2> [65]
-----------------------------------------------
                                2254             out_inner <cycle 2> [17]
                                   3             unary_op <cycle 2> [65]
                                 126             binary_op <cycle 2> [64]
                0.00    0.00       1/1           main [1]
[17]     0.1    0.00    0.00     130+2254    out_inner <cycle 2> [17]
                0.00    0.00     187/10971       str_to_pool [6]
                0.00    0.00     206/7503        ctuple_inner [19]
                0.00    0.00     580/137948619     CHECKIDX [3]
                0.00    0.00     325/720         S_inner [31]
                0.00    0.00       3/21          STATEMENT_BLOCK_inner [35]
                0.00    0.00    1950/2027        C [43]
                0.00    0.00    1262/1474        detuple_inner [44]
                0.00    0.00       2/2           can_demorgan [66]
                                  63             binary_op <cycle 2> [64]
                                   3             unary_op <cycle 2> [65]
                                2254             out_inner <cycle 2> [17]
-----------------------------------------------
                0.00    0.00     538/28505       bip [25]
                0.00    0.00     640/28505       kw [15]
                0.00    0.00    3061/28505       lit [21]
                0.00    0.00    7503/28505       ctuple_inner [19]
                0.00    0.00   16763/28505       build_ast_inner [13]
[18]     0.1    0.00    0.00   28505         mktuple [18]
                0.00    0.00  215885/137948619     CHECKIDX [3]
                0.00    0.00   28505/1535953     makespace_ [40]
-----------------------------------------------
                0.00    0.00       2/7503        compile_init [26]
                0.00    0.00       4/7503        cform_assignment [37]
                0.00    0.00      10/7503        STATEMENT_BLOCK_inner [35]
                0.00    0.00      19/7503        compile_flowcontrol_inner <cycle 1> [34]
                0.00    0.00      57/7503        build_call [32]
                0.00    0.00     114/7503        append_to_type_inner [30]
                0.00    0.00     206/7503        out_inner <cycle 2> [17]
                0.00    0.00     441/7503        compile_expression_inner <cycle 1> [14]
                0.00    0.00    6650/7503        compile_inner <cycle 1> [12]
[19]     0.0    0.00    0.00    7503         ctuple_inner [19]
                0.00    0.00    7503/28505       mktuple [18]
                0.00    0.00     557/137948619     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00   13966/13966       line_reconstruction [8]
[20]     0.0    0.00    0.00   13966         xfgetc [20]
                0.00    0.00   27930/137948619     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00    3061/3061        build_ast_inner [13]
[21]     0.0    0.00    0.00    3061         lit [21]
                0.00    0.00    3061/28505       mktuple [18]
-----------------------------------------------
                0.00    0.00      26/238         compile_to_str [27]
                0.00    0.00     212/238         compile_inner <cycle 1> [12]
[22]     0.0    0.00    0.00     238         sRECONSTITUTE [22]
                0.00    0.00    1700/1101332     ONDEMAND [7]
                0.00    0.00    1224/137948619     CHECKIDX [3]
                0.00    0.00     238/1535953     makespace_ [40]
-----------------------------------------------
                0.00    0.00       1/1           memory_map_file [24]
[23]     0.0    0.00    0.00       1         find_lines [23]
                0.00    0.00   14342/137948619     CHECKIDX [3]
                0.00    0.00     377/1535953     makespace_ [40]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[24]     0.0    0.00    0.00       1         memory_map_file [24]
                0.00    0.00       1/1           find_lines [23]
                0.00    0.00       1/1535953     makespace_ [40]
-----------------------------------------------
                0.00    0.00     538/538         build_ast_inner [13]
[25]     0.0    0.00    0.00     538         bip [25]
                0.00    0.00     538/28505       mktuple [18]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[26]     0.0    0.00    0.00       1         compile_init [26]
                0.00    0.00       2/10971       str_to_pool [6]
                0.00    0.00       2/7503        ctuple_inner [19]
                0.00    0.00       1/2027        C [43]
                0.00    0.00       1/1           install_callback [68]
-----------------------------------------------
                                  98             compile_to_str [27]
                0.00    0.00       4/4           getstr [28]
[27]     0.0    0.00    0.00       4+98      compile_to_str [27]
                0.00    0.00      26/238         sRECONSTITUTE [22]
                                  98             compile_to_str [27]
-----------------------------------------------
                0.00    0.00       4/4           compile_inner <cycle 1> [12]
[28]     0.0    0.00    0.00       4         getstr [28]
                0.00    0.00       4/4           compile_to_str [27]
-----------------------------------------------
                0.00    0.00     134/134         compile_inner <cycle 1> [12]
[29]     0.0    0.00    0.00     134         append_to_inner [29]
                0.00    0.00     134/134         append_to_type_inner [30]
-----------------------------------------------
                0.00    0.00     134/134         append_to_inner [29]
[30]     0.0    0.00    0.00     134         append_to_type_inner [30]
                0.00    0.00     114/7503        ctuple_inner [19]
-----------------------------------------------
                0.00    0.00       8/720         IntConstant_c_inner [38]
                0.00    0.00     139/720         compile_expression_inner <cycle 1> [14]
                0.00    0.00     248/720         Declare_inner [33]
                0.00    0.00     325/720         out_inner <cycle 2> [17]
[31]     0.0    0.00    0.00     720         S_inner [31]
                0.00    0.00     720/137948619     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00      57/57          compile_expression_inner <cycle 1> [14]
[32]     0.0    0.00    0.00      57         build_call [32]
                0.00    0.00      57/7503        ctuple_inner [19]
-----------------------------------------------
                0.00    0.00     248/248         compile_inner <cycle 1> [12]
[33]     0.0    0.00    0.00     248         Declare_inner [33]
                0.00    0.00     248/720         S_inner [31]
                0.00    0.00     284/309         CAstOPName [48]
                0.00    0.00     248/395         lookup_with_scope [47]
                0.00    0.00     248/248         add_entry [50]
                0.00    0.00      36/64          warn [63]
-----------------------------------------------
                                 122             compile_inner <cycle 1> [12]
[34]     0.0    0.00    0.00     122         compile_flowcontrol_inner <cycle 1> [34]
                0.00    0.00      19/7503        ctuple_inner [19]
                0.00    0.00      16/21          STATEMENT_BLOCK_inner [35]
                0.00    0.00      16/266         IntConstant_c_inner [38]
                0.00    0.00       7/1474        detuple_inner [44]
                                  70             compile_inner <cycle 1> [12]
-----------------------------------------------
                0.00    0.00       2/21          compile_inner <cycle 1> [12]
                0.00    0.00       3/21          out_inner <cycle 2> [17]
                0.00    0.00      16/21          compile_flowcontrol_inner <cycle 1> [34]
[35]     0.0    0.00    0.00      21         STATEMENT_BLOCK_inner [35]
                0.00    0.00      10/7503        ctuple_inner [19]
-----------------------------------------------
                0.00    0.00      51/51          compile_expression_inner <cycle 1> [14]
[36]     0.0    0.00    0.00      51         STRING_LITERAL_to_C_int_const_inner [36]
                0.00    0.00      51/137948619     CHECKIDX [3]
                0.00    0.00      51/1474        detuple_inner [44]
-----------------------------------------------
                0.00    0.00      15/15          compile_expression_inner <cycle 1> [14]
[37]     0.0    0.00    0.00      15         cform_assignment [37]
                0.00    0.00       4/7503        ctuple_inner [19]
                0.00    0.00       4/4           same [39]
                0.00    0.00       4/266         IntConstant_c_inner [38]
                0.00    0.00      19/1474        detuple_inner [44]
-----------------------------------------------
                                  15             IntConstant_c_inner [38]
                0.00    0.00       4/266         cform_assignment [37]
                0.00    0.00      12/266         compile_inner <cycle 1> [12]
                0.00    0.00      16/266         compile_flowcontrol_inner <cycle 1> [34]
                0.00    0.00     234/266         compile_expression_inner <cycle 1> [14]
[38]     0.0    0.00    0.00     266+15      IntConstant_c_inner [38]
                0.00    0.00       8/720         S_inner [31]
                0.00    0.00       8/147         lookup [54]
                0.00    0.00       7/1474        detuple_inner [44]
                                  15             IntConstant_c_inner [38]
-----------------------------------------------
                0.00    0.00       4/4           cform_assignment [37]
[39]     0.0    0.00    0.00       4         same [39]
                0.00    0.00       2/137948619     CHECKIDX [3]
-----------------------------------------------
                0.00    0.00       1/1535953     memory_map_file [24]
                0.00    0.00     112/1535953     compile_inner <cycle 1> [12]
                0.00    0.00     238/1535953     sRECONSTITUTE [22]
                0.00    0.00     377/1535953     find_lines [23]
                0.00    0.00     703/1535953     line_reconstruction [8]
                0.00    0.00   10971/1535953     str_to_pool [6]
                0.00    0.00   28505/1535953     mktuple [18]
                0.00    0.00 1495046/1535953     parse [2]
[40]     0.0    0.00    0.00 1535953         makespace_ [40]
-----------------------------------------------
                0.00    0.00    7627/28127       add_entry_internal [51]
                0.00    0.00   20500/28127       lookup_with_scope [47]
[41]     0.0    0.00    0.00   28127         match [41]
-----------------------------------------------
                0.00    0.00    2865/2865        parse [2]
[42]     0.0    0.00    0.00    2865         semantic [42]
-----------------------------------------------
                0.00    0.00       1/2027        compile_init [26]
                0.00    0.00       5/2027        unary_op <cycle 2> [65]
                0.00    0.00      71/2027        binary_op <cycle 2> [64]
                0.00    0.00    1950/2027        out_inner <cycle 2> [17]
[43]     0.0    0.00    0.00    2027         C [43]
-----------------------------------------------
                0.00    0.00       7/1474        IntConstant_c_inner [38]
                0.00    0.00       7/1474        compile_flowcontrol_inner <cycle 1> [34]
                0.00    0.00      19/1474        cform_assignment [37]
                0.00    0.00      51/1474        STRING_LITERAL_to_C_int_const_inner [36]
                0.00    0.00     128/1474        compile_inner <cycle 1> [12]
                0.00    0.00    1262/1474        out_inner <cycle 2> [17]
[44]     0.0    0.00    0.00    1474         detuple_inner [44]
-----------------------------------------------
                0.00    0.00      79/681         destroy_tables [55]
                0.00    0.00     112/681         end_scope [56]
                0.00    0.00     490/681         destroy_table [61]
[45]     0.0    0.00    0.00     681         Free [45]
-----------------------------------------------
                0.00    0.00      79/436         add_new_table [60]
                0.00    0.00     112/436         new_scope [57]
                0.00    0.00     245/436         add_entry_internal [51]
[46]     0.0    0.00    0.00     436         Malloc [46]
-----------------------------------------------
                0.00    0.00     147/395         lookup [54]
                0.00    0.00     248/395         Declare_inner [33]
[47]     0.0    0.00    0.00     395         lookup_with_scope [47]
                0.00    0.00   20500/28127       match [41]
-----------------------------------------------
                0.00    0.00      25/309         compile_expression_inner <cycle 1> [14]
                0.00    0.00     284/309         Declare_inner [33]
[48]     0.0    0.00    0.00     309         CAstOPName [48]
-----------------------------------------------
                0.00    0.00       6/258         unary_op <cycle 2> [65]
                0.00    0.00     252/258         binary_op <cycle 2> [64]
[49]     0.0    0.00    0.00     258         CPRIO [49]
-----------------------------------------------
                0.00    0.00     248/248         Declare_inner [33]
[50]     0.0    0.00    0.00     248         add_entry [50]
                0.00    0.00     248/248         add_entry_internal [51]
-----------------------------------------------
                                  79             add_entry_internal [51]
                0.00    0.00     248/248         add_entry [50]
[51]     0.0    0.00    0.00     248+79      add_entry_internal [51]
                0.00    0.00    7627/28127       match [41]
                0.00    0.00     245/436         Malloc [46]
                0.00    0.00     245/245         Strdup [52]
                0.00    0.00      79/79          add_new_table [60]
                                  79             add_entry_internal [51]
-----------------------------------------------
                0.00    0.00     245/245         add_entry_internal [51]
[52]     0.0    0.00    0.00     245         Strdup [52]
-----------------------------------------------
                0.00    0.00     245/245         pop_scope_level [58]
[53]     0.0    0.00    0.00     245         compile_callback [53]
-----------------------------------------------
                0.00    0.00       8/147         IntConstant_c_inner [38]
                0.00    0.00     139/147         compile_expression_inner <cycle 1> [14]
[54]     0.0    0.00    0.00     147         lookup [54]
                0.00    0.00     147/395         lookup_with_scope [47]
-----------------------------------------------
                0.00    0.00     112/112         end_scope [56]
[55]     0.0    0.00    0.00     112         destroy_tables [55]
                0.00    0.00      79/79          destroy_table [61]
                0.00    0.00      79/681         Free [45]
-----------------------------------------------
                0.00    0.00     112/112         pop_scope_level [58]
[56]     0.0    0.00    0.00     112         end_scope [56]
                0.00    0.00     112/112         destroy_tables [55]
                0.00    0.00     112/681         Free [45]
-----------------------------------------------
                0.00    0.00     112/112         push_scope_level [59]
[57]     0.0    0.00    0.00     112         new_scope [57]
                0.00    0.00     112/436         Malloc [46]
-----------------------------------------------
                0.00    0.00     112/112         compile_inner <cycle 1> [12]
[58]     0.0    0.00    0.00     112         pop_scope_level [58]
                0.00    0.00     245/245         compile_callback [53]
                0.00    0.00     112/112         end_scope [56]
-----------------------------------------------
                0.00    0.00     112/112         compile_inner <cycle 1> [12]
[59]     0.0    0.00    0.00     112         push_scope_level [59]
                0.00    0.00     112/112         new_scope [57]
-----------------------------------------------
                0.00    0.00      79/79          add_entry_internal [51]
[60]     0.0    0.00    0.00      79         add_new_table [60]
                0.00    0.00      79/436         Malloc [46]
-----------------------------------------------
                0.00    0.00      79/79          destroy_tables [55]
[61]     0.0    0.00    0.00      79         destroy_table [61]
                0.00    0.00     490/681         Free [45]
-----------------------------------------------
                0.00    0.00       3/66          unary_op <cycle 2> [65]
                0.00    0.00      63/66          binary_op <cycle 2> [64]
[62]     0.0    0.00    0.00      66         COPERATOR [62]
-----------------------------------------------
                0.00    0.00      28/64          compile_expression_inner <cycle 1> [14]
                0.00    0.00      36/64          Declare_inner [33]
[63]     0.0    0.00    0.00      64         warn [63]
-----------------------------------------------
                                  63             out_inner <cycle 2> [17]
[64]     0.0    0.00    0.00      63         binary_op <cycle 2> [64]
                0.00    0.00     252/258         CPRIO [49]
                0.00    0.00      71/2027        C [43]
                0.00    0.00      63/66          COPERATOR [62]
                                 126             out_inner <cycle 2> [17]
-----------------------------------------------
                                   3             out_inner <cycle 2> [17]
[65]     0.0    0.00    0.00       3         unary_op <cycle 2> [65]
                0.00    0.00       6/258         CPRIO [49]
                0.00    0.00       5/2027        C [43]
                0.00    0.00       3/66          COPERATOR [62]
                                   3             out_inner <cycle 2> [17]
-----------------------------------------------
                0.00    0.00       2/2           out_inner <cycle 2> [17]
[66]     0.0    0.00    0.00       2         can_demorgan [66]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[67]     0.0    0.00    0.00       1         compile_terminate [67]
                0.00    0.00       1/1           remove_callback [69]
-----------------------------------------------
                0.00    0.00       1/1           compile_init [26]
[68]     0.0    0.00    0.00       1         install_callback [68]
-----------------------------------------------
                0.00    0.00       1/1           compile_terminate [67]
[69]     0.0    0.00    0.00       1         remove_callback [69]
-----------------------------------------------

 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

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