Guest User

Untitled

a guest
Dec 19th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.27 KB | None | 0 0
  1. ebg@taiyo(29)$ time clang -ftime-report -DHC4 -DSAFETY -DNOREDUCE -DNFAIR=3 -O2 -o files pan.c
  2. ===-------------------------------------------------------------------------===
  3. Register Allocation
  4. ===-------------------------------------------------------------------------===
  5. Total Execution Time: 3.1677 seconds (3.1814 wall clock)
  6.  
  7. ---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
  8. 2.4376 ( 77.7%) 0.0131 ( 42.0%) 2.4507 ( 77.4%) 2.4613 ( 77.4%) Local Splitting
  9. 0.3576 ( 11.4%) 0.0048 ( 15.4%) 0.3623 ( 11.4%) 0.3620 ( 11.4%) Spiller
  10. 0.1930 ( 6.2%) 0.0020 ( 6.5%) 0.1950 ( 6.2%) 0.1980 ( 6.2%) Global Splitting
  11. 0.0481 ( 1.5%) 0.0001 ( 0.3%) 0.0482 ( 1.5%) 0.0481 ( 1.5%) Rewriter
  12. 0.0360 ( 1.1%) 0.0019 ( 6.0%) 0.0379 ( 1.2%) 0.0379 ( 1.2%) Seed Live Regs
  13. 0.0373 ( 1.2%) 0.0001 ( 0.2%) 0.0374 ( 1.2%) 0.0374 ( 1.2%) MBB Live Ins
  14. 0.0267 ( 0.9%) 0.0092 ( 29.5%) 0.0359 ( 1.1%) 0.0364 ( 1.1%) Evict
  15. 0.0002 ( 0.0%) 0.0000 ( 0.1%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) Initialize
  16. 0.0001 ( 0.0%) 0.0000 ( 0.1%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) Emit Debug Info
  17. 3.1365 (100.0%) 0.0312 (100.0%) 3.1677 (100.0%) 3.1814 (100.0%) Total
  18.  
  19. ===-------------------------------------------------------------------------===
  20. Instruction Selection and Scheduling
  21. ===-------------------------------------------------------------------------===
  22. Total Execution Time: 153.5008 seconds (162.4886 wall clock)
  23.  
  24. ---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
  25. 144.7484 ( 97.6%) 5.0312 ( 95.8%) 149.7796 ( 97.6%) 158.7575 ( 97.7%) Instruction Scheduling
  26. 1.1108 ( 0.7%) 0.0379 ( 0.7%) 1.1487 ( 0.7%) 1.1518 ( 0.7%) Instruction Selection
  27. 0.5105 ( 0.3%) 0.0139 ( 0.3%) 0.5244 ( 0.3%) 0.5256 ( 0.3%) DAG Legalization
  28. 0.4482 ( 0.3%) 0.0283 ( 0.5%) 0.4765 ( 0.3%) 0.4799 ( 0.3%) DAG Combining 1
  29. 0.3632 ( 0.2%) 0.0549 ( 1.0%) 0.4181 ( 0.3%) 0.4182 ( 0.3%) Instruction Creation
  30. 0.3510 ( 0.2%) 0.0354 ( 0.7%) 0.3864 ( 0.3%) 0.3863 ( 0.2%) Vector Legalization
  31. 0.3028 ( 0.2%) 0.0158 ( 0.3%) 0.3186 ( 0.2%) 0.3214 ( 0.2%) DAG Combining 2
  32. 0.2598 ( 0.2%) 0.0093 ( 0.2%) 0.2692 ( 0.2%) 0.2690 ( 0.2%) Type Legalization
  33. 0.0959 ( 0.1%) 0.0052 ( 0.1%) 0.1011 ( 0.1%) 0.1006 ( 0.1%) DAG Combining after legalize types
  34. 0.0586 ( 0.0%) 0.0198 ( 0.4%) 0.0784 ( 0.1%) 0.0784 ( 0.0%) Instruction Scheduling Cleanup
  35. 148.2492 (100.0%) 5.2517 (100.0%) 153.5008 (100.0%) 162.4886 (100.0%) Total
  36.  
  37. ===-------------------------------------------------------------------------===
  38. DWARF Emission
  39. ===-------------------------------------------------------------------------===
  40. Total Execution Time: 0.0289 seconds (0.0289 wall clock)
  41.  
  42. ---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
  43. 0.0280 ( 98.3%) 0.0003 ( 74.8%) 0.0283 ( 98.0%) 0.0283 ( 98.0%) DWARF Debug Writer
  44. 0.0005 ( 1.7%) 0.0001 ( 25.2%) 0.0006 ( 2.0%) 0.0006 ( 2.0%) DWARF Exception Writer
  45. 0.0285 (100.0%) 0.0004 (100.0%) 0.0289 (100.0%) 0.0289 (100.0%) Total
  46.  
  47. ===-------------------------------------------------------------------------===
  48. ... Pass execution timing report ...
  49. ===-------------------------------------------------------------------------===
  50. Total Execution Time: 228.7428 seconds (238.0838 wall clock)
  51.  
  52. ---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
  53. 154.9212 ( 69.6%) 5.4992 ( 87.5%) 160.4204 ( 70.1%) 169.4516 ( 71.2%) X86 DAG->DAG Instruction Selection
  54. 22.4493 ( 10.1%) 0.0238 ( 0.4%) 22.4731 ( 9.8%) 22.5195 ( 9.5%) Eliminate PHI nodes for register allocation
  55. 21.3545 ( 9.6%) 0.2593 ( 4.1%) 21.6138 ( 9.4%) 21.6777 ( 9.1%) Simple Register Coalescing
  56. 5.0449 ( 2.3%) 0.0040 ( 0.1%) 5.0489 ( 2.2%) 5.0613 ( 2.1%) Machine code sinking
  57. 3.8923 ( 1.7%) 0.0939 ( 1.5%) 3.9861 ( 1.7%) 4.0247 ( 1.7%) Global Value Numbering
  58. 3.8119 ( 1.7%) 0.0555 ( 0.9%) 3.8675 ( 1.7%) 3.8924 ( 1.6%) Greedy Register Allocator
  59. 1.2139 ( 0.5%) 0.0017 ( 0.0%) 1.2156 ( 0.5%) 1.2171 ( 0.5%) Control Flow Optimizer
  60. 0.9290 ( 0.4%) 0.0420 ( 0.7%) 0.9710 ( 0.4%) 1.0125 ( 0.4%) Combine redundant instructions
  61. 0.8246 ( 0.4%) 0.0126 ( 0.2%) 0.8372 ( 0.4%) 0.8434 ( 0.4%) Combine redundant instructions
  62. 0.7966 ( 0.4%) 0.0277 ( 0.4%) 0.8243 ( 0.4%) 0.8365 ( 0.4%) Function Integration/Inlining
  63. 0.5483 ( 0.2%) 0.0227 ( 0.4%) 0.5710 ( 0.2%) 0.5761 ( 0.2%) Combine redundant instructions
  64. 0.5577 ( 0.3%) 0.0075 ( 0.1%) 0.5652 ( 0.2%) 0.5711 ( 0.2%) Dead Store Elimination
  65. 0.4947 ( 0.2%) 0.0005 ( 0.0%) 0.4952 ( 0.2%) 0.4952 ( 0.2%) Calculate spill weights
  66. 0.4029 ( 0.2%) 0.0126 ( 0.2%) 0.4156 ( 0.2%) 0.4183 ( 0.2%) Combine redundant instructions
  67. 0.3621 ( 0.2%) 0.0189 ( 0.3%) 0.3810 ( 0.2%) 0.3815 ( 0.2%) Combine redundant instructions
  68. 0.3224 ( 0.1%) 0.0112 ( 0.2%) 0.3336 ( 0.1%) 0.3336 ( 0.1%) Live Variable Analysis
  69. 0.3160 ( 0.1%) 0.0138 ( 0.2%) 0.3298 ( 0.1%) 0.3333 ( 0.1%) Early CSE
  70. 0.2096 ( 0.1%) 0.0224 ( 0.4%) 0.2320 ( 0.1%) 0.2344 ( 0.1%) Value Propagation
  71. 0.2218 ( 0.1%) 0.0098 ( 0.2%) 0.2317 ( 0.1%) 0.2324 ( 0.1%) Sparse Conditional Constant Propagation
  72. 0.2091 ( 0.1%) 0.0045 ( 0.1%) 0.2136 ( 0.1%) 0.2177 ( 0.1%) Value Propagation
  73. 0.2030 ( 0.1%) 0.0004 ( 0.0%) 0.2035 ( 0.1%) 0.2067 ( 0.1%) Simplify the CFG
  74. 0.1812 ( 0.1%) 0.0177 ( 0.3%) 0.1989 ( 0.1%) 0.1989 ( 0.1%) Live Interval Analysis
  75. 0.1739 ( 0.1%) 0.0008 ( 0.0%) 0.1747 ( 0.1%) 0.1963 ( 0.1%) Optimize for code generation
  76. 0.1646 ( 0.1%) 0.0054 ( 0.1%) 0.1699 ( 0.1%) 0.1702 ( 0.1%) X86 AT&T-Style Assembly Printer
  77. 0.1454 ( 0.1%) 0.0089 ( 0.1%) 0.1544 ( 0.1%) 0.1560 ( 0.1%) Aggressive Dead Code Elimination
  78. 0.1477 ( 0.1%) 0.0004 ( 0.0%) 0.1481 ( 0.1%) 0.1488 ( 0.1%) MemCpy Optimization
  79. 0.1304 ( 0.1%) 0.0005 ( 0.0%) 0.1309 ( 0.1%) 0.1309 ( 0.1%) Loop Invariant Code Motion
  80. 0.1065 ( 0.0%) 0.0149 ( 0.2%) 0.1215 ( 0.1%) 0.1215 ( 0.1%) Machine Function Analysis
  81. 0.1056 ( 0.0%) 0.0085 ( 0.1%) 0.1141 ( 0.0%) 0.1141 ( 0.0%) Interprocedural Sparse Conditional Constant Propagation
  82. 0.1047 ( 0.0%) 0.0019 ( 0.0%) 0.1067 ( 0.0%) 0.1067 ( 0.0%) Machine Common Subexpression Elimination
  83. 0.0993 ( 0.0%) 0.0010 ( 0.0%) 0.1003 ( 0.0%) 0.1003 ( 0.0%) Jump Threading
  84. 0.0963 ( 0.0%) 0.0003 ( 0.0%) 0.0966 ( 0.0%) 0.0970 ( 0.0%) Simplify the CFG
  85. 0.0907 ( 0.0%) 0.0016 ( 0.0%) 0.0924 ( 0.0%) 0.0935 ( 0.0%) Early CSE
  86. 0.0842 ( 0.0%) 0.0003 ( 0.0%) 0.0845 ( 0.0%) 0.0848 ( 0.0%) Simplify the CFG
  87. 0.0788 ( 0.0%) 0.0049 ( 0.1%) 0.0837 ( 0.0%) 0.0837 ( 0.0%) Two-Address instruction pass
  88. 0.0788 ( 0.0%) 0.0041 ( 0.1%) 0.0829 ( 0.0%) 0.0833 ( 0.0%) Lazy Value Information Analysis
  89. 0.0786 ( 0.0%) 0.0019 ( 0.0%) 0.0805 ( 0.0%) 0.0809 ( 0.0%) Reassociate expressions
  90. 0.0765 ( 0.0%) 0.0031 ( 0.0%) 0.0795 ( 0.0%) 0.0803 ( 0.0%) Lazy Value Information Analysis
  91. 0.0771 ( 0.0%) 0.0005 ( 0.0%) 0.0776 ( 0.0%) 0.0782 ( 0.0%) Tail Call Elimination
  92. 0.0575 ( 0.0%) 0.0164 ( 0.3%) 0.0739 ( 0.0%) 0.0739 ( 0.0%) Slot index numbering
  93. 0.0732 ( 0.0%) 0.0003 ( 0.0%) 0.0735 ( 0.0%) 0.0736 ( 0.0%) Simplify the CFG
  94. 0.0685 ( 0.0%) 0.0002 ( 0.0%) 0.0687 ( 0.0%) 0.0687 ( 0.0%) Prologue/Epilogue Insertion & Frame Finalization
  95. 0.0666 ( 0.0%) 0.0005 ( 0.0%) 0.0671 ( 0.0%) 0.0671 ( 0.0%) Jump Threading
  96. 0.0628 ( 0.0%) 0.0001 ( 0.0%) 0.0630 ( 0.0%) 0.0629 ( 0.0%) Remove dead machine instructions
  97. 0.0541 ( 0.0%) 0.0009 ( 0.0%) 0.0551 ( 0.0%) 0.0557 ( 0.0%) Scalar Replacement of Aggregates (DT)
  98. 0.0405 ( 0.0%) 0.0002 ( 0.0%) 0.0408 ( 0.0%) 0.0412 ( 0.0%) Simplify well-known library calls
  99. 0.0392 ( 0.0%) 0.0007 ( 0.0%) 0.0399 ( 0.0%) 0.0399 ( 0.0%) Execution dependency fix
  100. 0.0390 ( 0.0%) 0.0002 ( 0.0%) 0.0392 ( 0.0%) 0.0392 ( 0.0%) Process Implicit Definitions
  101. 0.0381 ( 0.0%) 0.0002 ( 0.0%) 0.0384 ( 0.0%) 0.0384 ( 0.0%) Simplify the CFG
  102. 0.0376 ( 0.0%) 0.0001 ( 0.0%) 0.0377 ( 0.0%) 0.0377 ( 0.0%) Machine Copy Propagation Pass
  103. 0.0343 ( 0.0%) 0.0024 ( 0.0%) 0.0367 ( 0.0%) 0.0366 ( 0.0%) MachineDominator Tree Construction
  104. 0.0361 ( 0.0%) 0.0005 ( 0.0%) 0.0366 ( 0.0%) 0.0366 ( 0.0%) Dominator Tree Construction
  105. 0.0321 ( 0.0%) 0.0030 ( 0.0%) 0.0351 ( 0.0%) 0.0351 ( 0.0%) Dominator Tree Construction
  106. 0.0317 ( 0.0%) 0.0010 ( 0.0%) 0.0327 ( 0.0%) 0.0329 ( 0.0%) Dominator Tree Construction
  107. 0.0298 ( 0.0%) 0.0017 ( 0.0%) 0.0315 ( 0.0%) 0.0315 ( 0.0%) Dominator Tree Construction
  108. 0.0297 ( 0.0%) 0.0014 ( 0.0%) 0.0311 ( 0.0%) 0.0311 ( 0.0%) Dominator Tree Construction
  109. 0.0266 ( 0.0%) 0.0035 ( 0.1%) 0.0301 ( 0.0%) 0.0300 ( 0.0%) Peephole Optimizations
  110. 0.0278 ( 0.0%) 0.0021 ( 0.0%) 0.0299 ( 0.0%) 0.0299 ( 0.0%) MachineDominator Tree Construction
  111. 0.0289 ( 0.0%) 0.0003 ( 0.0%) 0.0292 ( 0.0%) 0.0292 ( 0.0%) Induction Variable Simplification
  112. 0.0283 ( 0.0%) 0.0002 ( 0.0%) 0.0285 ( 0.0%) 0.0285 ( 0.0%) Scalar Replacement of Aggregates (SSAUp)
  113. 0.0267 ( 0.0%) 0.0002 ( 0.0%) 0.0269 ( 0.0%) 0.0269 ( 0.0%) Remove unused exception handling info
  114. 0.0217 ( 0.0%) 0.0007 ( 0.0%) 0.0225 ( 0.0%) 0.0267 ( 0.0%) Basic CallGraph Construction
  115. 0.0257 ( 0.0%) 0.0001 ( 0.0%) 0.0258 ( 0.0%) 0.0258 ( 0.0%) Debug Variable Analysis
  116. 0.0219 ( 0.0%) 0.0005 ( 0.0%) 0.0223 ( 0.0%) 0.0223 ( 0.0%) X86 FP Stackifier
  117. 0.0206 ( 0.0%) 0.0003 ( 0.0%) 0.0209 ( 0.0%) 0.0210 ( 0.0%) Dominator Tree Construction
  118. 0.0183 ( 0.0%) 0.0012 ( 0.0%) 0.0195 ( 0.0%) 0.0195 ( 0.0%) Natural Loop Information
  119. 0.0185 ( 0.0%) 0.0007 ( 0.0%) 0.0191 ( 0.0%) 0.0191 ( 0.0%) Machine Natural Loop Construction
  120. 0.0173 ( 0.0%) 0.0002 ( 0.0%) 0.0175 ( 0.0%) 0.0177 ( 0.0%) Insert stack protectors
  121. 0.0172 ( 0.0%) 0.0005 ( 0.0%) 0.0176 ( 0.0%) 0.0176 ( 0.0%) Natural Loop Information
  122. 0.0170 ( 0.0%) 0.0003 ( 0.0%) 0.0173 ( 0.0%) 0.0173 ( 0.0%) Natural Loop Information
  123. 0.0159 ( 0.0%) 0.0002 ( 0.0%) 0.0160 ( 0.0%) 0.0160 ( 0.0%) Branch Probability Analysis
  124. 0.0143 ( 0.0%) 0.0001 ( 0.0%) 0.0144 ( 0.0%) 0.0144 ( 0.0%) Loop Strength Reduction
  125. 0.0070 ( 0.0%) 0.0063 ( 0.1%) 0.0133 ( 0.0%) 0.0133 ( 0.0%) Memory Dependence Analysis
  126. 0.0127 ( 0.0%) 0.0001 ( 0.0%) 0.0129 ( 0.0%) 0.0128 ( 0.0%) Post-RA pseudo instruction expansion pass
  127. 0.0122 ( 0.0%) 0.0004 ( 0.0%) 0.0126 ( 0.0%) 0.0126 ( 0.0%) Remove unreachable machine basic blocks
  128. 0.0124 ( 0.0%) 0.0001 ( 0.0%) 0.0125 ( 0.0%) 0.0125 ( 0.0%) Lower 'expect' Intrinsics
  129. 0.0068 ( 0.0%) 0.0051 ( 0.1%) 0.0119 ( 0.0%) 0.0119 ( 0.0%) Memory Dependence Analysis
  130. 0.0116 ( 0.0%) 0.0001 ( 0.0%) 0.0117 ( 0.0%) 0.0118 ( 0.0%) Merge Duplicate Global Constants
  131. 0.0116 ( 0.0%) 0.0001 ( 0.0%) 0.0117 ( 0.0%) 0.0117 ( 0.0%) Tail Duplication
  132. 0.0109 ( 0.0%) 0.0001 ( 0.0%) 0.0110 ( 0.0%) 0.0110 ( 0.0%) Expand ISel Pseudo-instructions
  133. 0.0099 ( 0.0%) 0.0002 ( 0.0%) 0.0101 ( 0.0%) 0.0101 ( 0.0%) Canonicalize natural loops
  134. 0.0099 ( 0.0%) 0.0001 ( 0.0%) 0.0100 ( 0.0%) 0.0100 ( 0.0%) Machine Loop Invariant Code Motion
  135. 0.0098 ( 0.0%) 0.0002 ( 0.0%) 0.0100 ( 0.0%) 0.0099 ( 0.0%) Canonicalize natural loops
  136. 0.0091 ( 0.0%) 0.0001 ( 0.0%) 0.0092 ( 0.0%) 0.0092 ( 0.0%) Tail Duplication
  137. 0.0090 ( 0.0%) 0.0001 ( 0.0%) 0.0091 ( 0.0%) 0.0091 ( 0.0%) Canonicalize natural loops
  138. 0.0087 ( 0.0%) 0.0001 ( 0.0%) 0.0088 ( 0.0%) 0.0088 ( 0.0%) Machine Natural Loop Construction
  139. 0.0087 ( 0.0%) 0.0001 ( 0.0%) 0.0088 ( 0.0%) 0.0088 ( 0.0%) Canonicalize natural loops
  140. 0.0081 ( 0.0%) 0.0001 ( 0.0%) 0.0082 ( 0.0%) 0.0082 ( 0.0%) Machine Loop Invariant Code Motion
  141. 0.0077 ( 0.0%) 0.0002 ( 0.0%) 0.0079 ( 0.0%) 0.0079 ( 0.0%) Unroll loops
  142. 0.0073 ( 0.0%) 0.0001 ( 0.0%) 0.0074 ( 0.0%) 0.0074 ( 0.0%) Stack Slot Coloring
  143. 0.0071 ( 0.0%) 0.0001 ( 0.0%) 0.0072 ( 0.0%) 0.0072 ( 0.0%) Remove unreachable blocks from the CFG
  144. 0.0067 ( 0.0%) 0.0001 ( 0.0%) 0.0067 ( 0.0%) 0.0067 ( 0.0%) Induction Variable Users
  145. 0.0043 ( 0.0%) 0.0005 ( 0.0%) 0.0048 ( 0.0%) 0.0048 ( 0.0%) Bundle Machine CFG Edges
  146. 0.0043 ( 0.0%) 0.0004 ( 0.0%) 0.0047 ( 0.0%) 0.0047 ( 0.0%) Bundle Machine CFG Edges
  147. 0.0044 ( 0.0%) 0.0002 ( 0.0%) 0.0046 ( 0.0%) 0.0046 ( 0.0%) Unswitch loops
  148. 0.0041 ( 0.0%) 0.0001 ( 0.0%) 0.0042 ( 0.0%) 0.0042 ( 0.0%) Optimize machine instruction PHIs
  149. 0.0039 ( 0.0%) 0.0000 ( 0.0%) 0.0040 ( 0.0%) 0.0040 ( 0.0%) Global Variable Optimizer
  150. 0.0036 ( 0.0%) 0.0002 ( 0.0%) 0.0038 ( 0.0%) 0.0037 ( 0.0%) Rotate Loops
  151. 0.0032 ( 0.0%) 0.0001 ( 0.0%) 0.0033 ( 0.0%) 0.0033 ( 0.0%) Code Placement Optimizer
  152. 0.0029 ( 0.0%) 0.0002 ( 0.0%) 0.0031 ( 0.0%) 0.0031 ( 0.0%) Loop-Closed SSA Form Pass
  153. 0.0029 ( 0.0%) 0.0002 ( 0.0%) 0.0031 ( 0.0%) 0.0030 ( 0.0%) Loop-Closed SSA Form Pass
  154. 0.0025 ( 0.0%) 0.0005 ( 0.0%) 0.0029 ( 0.0%) 0.0029 ( 0.0%) Spill Code Placement Analysis
  155. 0.0026 ( 0.0%) 0.0002 ( 0.0%) 0.0028 ( 0.0%) 0.0028 ( 0.0%) Loop-Closed SSA Form Pass
  156. 0.0020 ( 0.0%) 0.0002 ( 0.0%) 0.0022 ( 0.0%) 0.0023 ( 0.0%) Delete dead loops
  157. 0.0020 ( 0.0%) 0.0002 ( 0.0%) 0.0022 ( 0.0%) 0.0022 ( 0.0%) Recognize loop idioms
  158. 0.0017 ( 0.0%) 0.0000 ( 0.0%) 0.0017 ( 0.0%) 0.0017 ( 0.0%) Dead Argument Elimination
  159. 0.0005 ( 0.0%) 0.0008 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) Virtual Register Map
  160. 0.0004 ( 0.0%) 0.0008 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) Memory Dependence Analysis
  161. 0.0011 ( 0.0%) 0.0001 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) Exception handling preparation
  162. 0.0009 ( 0.0%) 0.0001 ( 0.0%) 0.0011 ( 0.0%) 0.0010 ( 0.0%) Deduce function attributes
  163. 0.0009 ( 0.0%) 0.0001 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) Scalar Evolution Analysis
  164. 0.0008 ( 0.0%) 0.0001 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) Scalar Evolution Analysis
  165. 0.0005 ( 0.0%) 0.0001 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) X86 Maximal Stack Alignment Check
  166. 0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) Post RA top-down list latency scheduler
  167. 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) Live Stack Slot Analysis
  168. 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) Lower Garbage Collection Instructions
  169. 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) Analyze Machine Code For Garbage Collection
  170. 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) Local Stack Slot Allocation
  171. 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) Delete Garbage Collector Information
  172. 0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) Strip Unused Function Prototypes
  173. 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) Target Library Information
  174. 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) Basic Alias Analysis (stateless AA impl)
  175. 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) Basic Alias Analysis (stateless AA impl)
  176. 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) Target Library Information
  177. 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) Machine Module Information
  178. 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) Create Garbage Collector Module Metadata
  179. 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) Target Pass Configuration
  180. 222.4615 (100.0%) 6.2814 (100.0%) 228.7428 (100.0%) 238.0838 (100.0%) Total
  181.  
  182. ===-------------------------------------------------------------------------===
  183. Miscellaneous Ungrouped Timers
  184. ===-------------------------------------------------------------------------===
  185.  
  186. ---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
  187. 223.7061 ( 50.1%) 6.4227 ( 50.3%) 230.1288 ( 50.1%) 239.6709 ( 50.1%) Clang front-end timer
  188. 222.6523 ( 49.8%) 6.3021 ( 49.4%) 228.9544 ( 49.8%) 238.2964 ( 49.8%) Code Generation Time
  189. 0.3143 ( 0.1%) 0.0414 ( 0.3%) 0.3558 ( 0.1%) 0.3593 ( 0.1%) LLVM IR Generation Time
  190. 446.6727 (100.0%) 12.7662 (100.0%) 459.4389 (100.0%) 478.3266 (100.0%) Total
  191.  
  192.  
  193. real 3m59.949s
  194. user 3m43.750s
  195. sys 0m6.508s
Advertisement
Add Comment
Please, Sign In to add comment