Guest User

Detailed build-speed benchmark - Meteor 1.4.2 beta

a guest
Sep 28th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.01 KB | None | 0 0
  1. | sqlite query 42 ms (1)
  2. | ProjectContext prepareProjectForBuild........................23,198 ms (1)
  3. | ├─ _initializeCatalog 200 ms (1)
  4. | ├─ _resolveConstraints.......................................18,566 ms (1)
  5. | │ ├─ JsImage#load 234 ms (1)
  6. | │ └─ Select Package Versions................................18,267 ms (1)
  7. | │ ├─ Input#loadOnlyPreviousSolution.........................368 ms (1)
  8. | │ │ ├─ sqlite query 262 ms (183)
  9. | │ │ └─ other Input#loadOnlyPreviousSolution 106 ms
  10. | │ ├─ Input#loadFromCatalog................................4,145 ms (1)
  11. | │ │ ├─ sqlite query 2,396 ms (282)
  12. | │ │ └─ other Input#loadFromCatalog 1,749 ms
  13. | │ ├─ new CS.Solver..........................................259 ms (1)
  14. | │ │ └─ Solver#analyze......................................258 ms (1)
  15. | │ │ └─ analyze constraints 182 ms (1)
  16. | │ └─ Solver#getAnswer....................................13,485 ms (1)
  17. | │ ├─ generate package variables 841 ms (1)
  18. | │ ├─ generate dependency requirements 711 ms (1)
  19. | │ ├─ generate constraints 9,357 ms (1)
  20. | │ ├─ pre-solve 456 ms (1)
  21. | │ ├─ minimize conflicts 975 ms (1)
  22. | │ ├─ minimize unanticipated_prereleases 171 ms (1)
  23. | │ ├─ minimize previous_indirect_incompat 149 ms (1)
  24. | │ ├─ minimize previous_indirect_patch 156 ms (1)
  25. | │ └─ minimize total_packages 146 ms (1)
  26. | ├─ _downloadMissingPackages.....................................234 ms (1)
  27. | │ ├─ Isopack.readMetadataFromDirectory 100 ms (183)
  28. | │ └─ other _downloadMissingPackages 134 ms
  29. | └─ _buildLocalPackages........................................4,195 ms (1)
  30. | ├─ IsopackCache Load local isopack.........................2,976 ms (183)
  31. | │ ├─ Isopack#initFromPath.................................2,848 ms (183)
  32. | │ │ ├─ files.realpath 115 ms (183)
  33. | │ │ ├─ files.readFile 208 ms (549)
  34. | │ │ ├─ files.open 270 ms (2525)
  35. | │ │ ├─ files.read 599 ms (2525)
  36. | │ │ ├─ files.close 249 ms (2525)
  37. | │ │ ├─ bundler.readJsImage.................................665 ms (9)
  38. | │ │ │ ├─ files.readFile 125 ms (162)
  39. | │ │ │ └─ meteorNpm.rebuildIfNonPortable...................513 ms (44)
  40. | │ │ │ └─ meteorNpm.isPortable..........................489 ms (648)
  41. | │ │ │ ├─ optimistic lstat 126 ms (648)
  42. | │ │ │ └─ optimistic readFile........................282 ms (541)
  43. | │ │ │ └─ files.readFile 258 ms (541)
  44. | │ │ ├─ meteorNpm.rebuildIfNonPortable......................419 ms (36)
  45. | │ │ │ └─ meteorNpm.isPortable.............................398 ms (530)
  46. | │ │ │ └─ optimistic readFile...........................231 ms (449)
  47. | │ │ │ └─ files.readFile 212 ms (449)
  48. | │ │ └─ other Isopack#initFromPath 266 ms
  49. | │ └─ other IsopackCache Load local isopack 114 ms
  50. | └─ IsopackCache Build local isopack........................1,203 ms (7)
  51. | └─ compiler.lint(aldeed:tabular)........................1,035 ms (1)
  52. | └─ Isopack#ensurePluginsInitialized..................1,033 ms (6)
  53. | └─ JsImage#load...................................1,028 ms (2)
  54. | ├─ runJavaScript packages/ecmascript-runtime.js 171 ms (1)
  55. | └─ runJavaScript packages/babel-compiler.js 579 ms (1)
  56. |
  57. | Top leaves:
  58. | generate constraints.....................................9,357 ms (1)
  59. | sqlite query.............................................2,704 ms (472)
  60. | other Input#loadFromCatalog..............................1,749 ms (1)
  61. | files.readFile...........................................1,006 ms (2207)
  62. | minimize conflicts.........................................975 ms (1)
  63. | generate package variables.................................841 ms (1)
  64. | generate dependency requirements...........................711 ms (1)
  65. | files.read.................................................617 ms (2580)
  66. | pre-solve..................................................456 ms (1)
  67. | files.open.................................................275 ms (2580)
  68. | other Isopack#initFromPath.................................266 ms (183)
  69. | files.close................................................255 ms (2580)
  70. | analyze constraints........................................182 ms (1)
  71. | minimize unanticipated_prereleases.........................171 ms (1)
  72. | files.lstat................................................162 ms (1293)
  73. | minimize previous_indirect_patch...........................156 ms (1)
  74. | minimize previous_indirect_incompat........................149 ms (1)
  75. | minimize total_packages....................................146 ms (1)
  76. | other _downloadMissingPackages.............................134 ms (1)
  77. | files.realpath.............................................119 ms (190)
  78. | other IsopackCache Load local isopack......................114 ms (183)
  79. | other Input#loadOnlyPreviousSolution.......................106 ms (1)
  80. | pathwatcher.watch..........................................101 ms (132)
  81. |
  82. | (#1) Total: 23,241 ms (ProjectContext prepareProjectForBuild)
  83. |
  84. | (#2) Profiling: Build App \
  85. | Starting your app |
  86. | bundler.readJsImage 121 ms (1)
  87. | JsImage#load..................................................1,068 ms (1)
  88. | ├─ runJavaScript packages/ecmascript-runtime.js 318 ms (1)
  89. | └─ runJavaScript packages/babel-compiler.js 624 ms (1)
  90. | files.stat 0 ms (3)
  91. | files.readFile 11 ms (4)
  92. | Build App....................................................20,340 ms (1)
  93. | └─ files.withCache...........................................20,340 ms (1)
  94. | ├─ compiler.compile(the app)...............................7,957 ms (1)
  95. | │ └─ files.withCache......................................7,956 ms (2)
  96. | │ └─ compileUnibuild (the app).........................7,955 ms (2)
  97. | │ ├─ Isopack#ensurePluginsInitialized...............2,196 ms (32)
  98. | │ │ ├─ JsImage#load................................2,067 ms (4)
  99. | │ │ │ ├─ runJavaScript packages/ecmascript-runtime.js 519 ms (2)
  100. | │ │ │ ├─ runJavaScript packages/babel-compiler.js 1,059 ms (2)
  101. | │ │ │ └─ runJavaScript packages/compileLessBatch_plugin.js 153 ms (1)
  102. | │ │ └─ other Isopack#ensurePluginsInitialized 130 ms
  103. | │ ├─ files.withCache................................4,859 ms (2)
  104. | │ │ ├─ files.realpath 2,605 ms (2221)
  105. | │ │ ├─ optimistic readdir............................497 ms (4442)
  106. | │ │ │ ├─ files.readdir 334 ms (1132)
  107. | │ │ │ └─ other optimistic readdir 135 ms
  108. | │ │ ├─ files.stat 111 ms (10108)
  109. | │ │ └─ other files.withCache 1,646 ms
  110. | │ ├─ optimistic readFile..............................643 ms (495)
  111. | │ │ ├─ pathwatcher.watch 102 ms (227)
  112. | │ │ └─ files.readFile 515 ms (410)
  113. | │ └─ other compileUnibuild (the app) 153 ms
  114. | ├─ bundler.bundle..makeClientTarget........................8,928 ms (1)
  115. | │ └─ Target#make..........................................8,928 ms (1)
  116. | │ ├─ Target#_runCompilerPlugins........................3,078 ms (1)
  117. | │ │ ├─ files.realpath 143 ms (160)
  118. | │ │ ├─ Isopack#ensurePluginsInitialized...............1,612 ms (394)
  119. | │ │ │ └─ JsImage#load................................1,602 ms (2)
  120. | │ │ │ ├─ runJavaScript packages/ecmascript-runtime.js 365 ms (2)
  121. | │ │ │ ├─ runJavaScript packages/babel-compiler.js 562 ms (2)
  122. | │ │ │ ├─ runJavaScript packages/compileCoffeescript_plugin.js 153 ms (1)
  123. | │ │ │ └─ runJavaScript packages/CosmosBrowserify_plugin.js 315 ms (1)
  124. | │ │ ├─ plugin ecmascript................................605 ms (1)
  125. | │ │ │ ├─ Babel.compile 220 ms (172)
  126. | │ │ │ └─ other plugin ecmascript 319 ms
  127. | │ │ ├─ plugin templating................................290 ms (1)
  128. | │ │ │ └─ wrapped.fs.readFileSync 208 ms (345)
  129. | │ │ └─ other Target#_runCompilerPlugins 156 ms
  130. | │ ├─ Target#_emitResources.............................4,736 ms (1)
  131. | │ │ ├─ PackageSourceBatch.computeJsOutputFilesMap.....3,839 ms (1)
  132. | │ │ │ ├─ ImportScanner#_findImportedModuleIdentifiers 2,924 ms (513)
  133. | │ │ │ ├─ Resolver#resolve..............................434 ms (1223)
  134. | │ │ │ │ ├─ Resolver#_resolveRelative..................132 ms (551)
  135. | │ │ │ │ │ └─ Resolver#_joinAndStat 127 ms (446)
  136. | │ │ │ │ └─ Resolver#_resolveNodeModule................221 ms (105)
  137. | │ │ │ │ └─ Resolver#_joinAndStat...................204 ms (420)
  138. | │ │ │ │ └─ optimistic statOrNull................178 ms (1092)
  139. | │ │ │ │ └─ files.stat 123 ms (1074)
  140. | │ │ │ ├─ ImportScanner#_readFile.......................319 ms (297)
  141. | │ │ │ │ └─ optimistic readFile........................277 ms (297)
  142. | │ │ │ │ └─ files.readFile 266 ms (297)
  143. | │ │ │ └─ other PackageSourceBatch.computeJsOutputFilesMap 121 ms
  144. | │ │ └─ PackageSourceBatch#getResources..................875 ms (168)
  145. | │ │ └─ PackageSourceBatch#_linkJS....................866 ms (168)
  146. | │ │ ├─ files.readFile 435 ms (168)
  147. | │ │ └─ other PackageSourceBatch#_linkJS 425 ms
  148. | │ └─ ClientTarget#minifyCss..............................935 ms (1)
  149. | │ └─ mergeCss.........................................896 ms (1)
  150. | │ ├─ CssTools.parseCss 332 ms (62)
  151. | │ ├─ CssTools.mergeCssAsts 106 ms (1)
  152. | │ ├─ CssTools.stringifyCss 206 ms (1)
  153. | │ └─ composing source maps 173 ms (1)
  154. | ├─ bundler.bundle..makeServerTarget........................1,729 ms (1)
  155. | │ └─ Target#make..........................................1,728 ms (1)
  156. | │ ├─ Target#_runCompilerPlugins..........................759 ms (1)
  157. | │ │ ├─ files.realpath 142 ms (167)
  158. | │ │ └─ plugin ecmascript................................481 ms (1)
  159. | │ │ ├─ Babel.compile 277 ms (189)
  160. | │ │ └─ other plugin ecmascript 116 ms
  161. | │ └─ Target#_emitResources...............................915 ms (1)
  162. | │ ├─ PackageSourceBatch.computeJsOutputFilesMap.......533 ms (1)
  163. | │ │ └─ ImportScanner#_findImportedModuleIdentifiers 433 ms (122)
  164. | │ └─ PackageSourceBatch#getResources..................363 ms (175)
  165. | │ └─ PackageSourceBatch#_linkJS....................356 ms (175)
  166. | │ ├─ files.readFile 217 ms (175)
  167. | │ └─ other PackageSourceBatch#_linkJS 136 ms
  168. | └─ bundler writeSiteArchive................................1,705 ms (1)
  169. | ├─ bundler writeTargetToPath............................1,473 ms (2)
  170. | │ ├─ ClientTarget#write..................................602 ms (1)
  171. | │ │ ├─ Builder#write....................................153 ms (140)
  172. | │ │ │ └─ files.writeFile 104 ms (140)
  173. | │ │ ├─ bundler writeFile................................227 ms (212)
  174. | │ │ │ └─ Builder#write.................................224 ms (212)
  175. | │ │ │ └─ files.writeFile 173 ms (212)
  176. | │ │ └─ other ClientTarget#write 208 ms
  177. | │ └─ ServerTarget#write..................................867 ms (1)
  178. | │ └─ JsImage#write....................................830 ms (1)
  179. | │ ├─ Builder#write.................................334 ms (339)
  180. | │ │ └─ files.writeFile 235 ms (339)
  181. | │ ├─ meteorNpm.isPortable..........................280 ms (34)
  182. | │ │ └─ meteorNpm.isPortable.......................235 ms (590)
  183. | │ │ └─ optimistic readFile.....................144 ms (590)
  184. | │ │ └─ files.readFile 128 ms (187)
  185. | │ └─ other JsImage#write 165 ms
  186. | └─ Builder#complete.......................................218 ms (1)
  187. | └─ files.renameDirAlmostAtomically.....................218 ms (1)
  188. | └─ files.rm_recursive 218 ms (1)
  189. |
  190. | Top leaves:
  191. | ImportScanner#_findImportedModuleIdentifiers.............3,357 ms (635)
  192. | files.realpath...........................................2,893 ms (2557)
  193. | files.readFile...........................................1,711 ms (1505)
  194. | other files.withCache....................................1,655 ms (5)
  195. | other PackageSourceBatch#_linkJS...........................561 ms (343)
  196. | files.writeFile............................................524 ms (708)
  197. | Babel.compile..............................................497 ms (361)
  198. | files.stat.................................................479 ms (14021)
  199. | other plugin ecmascript....................................435 ms (2)
  200. | files.readdir..............................................352 ms (1185)
  201. | CssTools.parseCss..........................................332 ms (62)
  202. | wrapped.fs.readFileSync....................................288 ms (407)
  203. | other Target#_runCompilerPlugins...........................245 ms (2)
  204. | files.rm_recursive.........................................221 ms (4)
  205. | other ClientTarget#write...................................208 ms (1)
  206. | sha1.......................................................207 ms (3516)
  207. | CssTools.stringifyCss......................................206 ms (1)
  208. | composing source maps......................................173 ms (1)
  209. | other JsImage#write........................................165 ms (1)
  210. | other compileUnibuild (the app)............................153 ms (2)
  211. | pathwatcher.watch..........................................150 ms (560)
  212. | other PackageSourceBatch.computeJsOutputFilesMap...........142 ms (2)
  213. | other Isopack#ensurePluginsInitialized.....................139 ms (426)
  214. | other optimistic readdir...................................135 ms (4442)
  215. | Isopack#getUnibuildAtArch..................................107 ms (8432)
  216. | runJavaScript packages/underscore.js.......................107 ms (7)
  217. |
  218. | (#2) Total: 21,540 ms (Build App)
Add Comment
Please, Sign In to add comment