bake-toolkit 2.28.0 → 2.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/documentation/_build/html/_sources/changelog.txt +3 -0
  3. data/documentation/_build/html/_sources/index.txt +1 -1
  4. data/documentation/_build/html/_static/logo_tiny_48.png +0 -0
  5. data/documentation/_build/html/changelog.html +1154 -1149
  6. data/documentation/_build/html/commandline/commandline.html +285 -285
  7. data/documentation/_build/html/concepts/build_hierarchy.html +204 -204
  8. data/documentation/_build/html/concepts/concepts.html +196 -196
  9. data/documentation/_build/html/concepts/inject.html +216 -216
  10. data/documentation/_build/html/concepts/link_order.html +245 -245
  11. data/documentation/_build/html/concepts/prebuild.html +205 -205
  12. data/documentation/_build/html/concepts/the_main_project.html +260 -260
  13. data/documentation/_build/html/concepts/the_project_meta_file.html +288 -288
  14. data/documentation/_build/html/genindex.html +152 -152
  15. data/documentation/_build/html/ide/eclipse/eclipse.html +186 -186
  16. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +208 -208
  17. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +191 -191
  18. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +198 -198
  19. data/documentation/_build/html/ide/eclipse/how_to_debug_in_eclipse.html +198 -198
  20. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +196 -196
  21. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +256 -256
  22. data/documentation/_build/html/ide/ide_integrations.html +185 -185
  23. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +171 -171
  24. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +185 -185
  25. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +190 -190
  26. data/documentation/_build/html/ide/vs/vs.html +170 -170
  27. data/documentation/_build/html/ide/vs/vs_install.html +202 -202
  28. data/documentation/_build/html/index.html +246 -246
  29. data/documentation/_build/html/install/install_bake.html +279 -279
  30. data/documentation/_build/html/internal.html +217 -217
  31. data/documentation/_build/html/known_issues.html +173 -173
  32. data/documentation/_build/html/license.html +236 -236
  33. data/documentation/_build/html/performance/performance.html +373 -373
  34. data/documentation/_build/html/quickstart/quickstart.html +236 -236
  35. data/documentation/_build/html/search.html +174 -174
  36. data/documentation/_build/html/searchindex.js +1 -1
  37. data/documentation/_build/html/syntax/adapt_configs.html +370 -370
  38. data/documentation/_build/html/syntax/auto_adjustment.html +189 -189
  39. data/documentation/_build/html/syntax/derive_configs.html +247 -247
  40. data/documentation/_build/html/syntax/project_meta_syntax.html +923 -923
  41. data/documentation/_build/html/syntax/syntax.html +196 -196
  42. data/documentation/_build/html/syntax/variable_substitutions.html +365 -365
  43. data/documentation/_build/html/tips_and_tricks/bakeclean.html +169 -169
  44. data/documentation/_build/html/tips_and_tricks/dot.html +186 -186
  45. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +214 -214
  46. data/documentation/_build/html/tips_and_tricks/qac.html +297 -297
  47. data/documentation/_build/html/tips_and_tricks/the_bakery.html +405 -405
  48. data/documentation/_build/html/tips_and_tricks/the_clang.html +201 -201
  49. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +198 -198
  50. data/documentation/_build/html/why_bake/why_bake.html +241 -241
  51. data/lib/bake/config/checks.rb +76 -68
  52. data/lib/bake/model/metamodel.rb +6 -0
  53. data/lib/common/version.rb +1 -1
  54. metadata +3 -5
  55. data/documentation/_build/html/_sources/tips_and_tricks/static_code_analysis.txt +0 -122
  56. data/documentation/_build/html/_static/logo_conformant_48.png +0 -0
  57. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +0 -285
@@ -1,374 +1,374 @@
1
- <!DOCTYPE html>
2
-
3
-
4
- <html xmlns="http://www.w3.org/1999/xhtml">
5
- <head>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
-
8
- <title>Performance &mdash; bake documentation</title>
9
-
10
- <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
12
- <link rel="stylesheet" href="../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
13
- <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
14
-
15
- <script type="text/javascript">
16
- var DOCUMENTATION_OPTIONS = {
17
- URL_ROOT: '../',
18
- VERSION: '',
19
- COLLAPSE_INDEX: false,
20
- FILE_SUFFIX: '.html',
21
- HAS_SOURCE: true
22
- };
23
- </script>
24
- <script type="text/javascript" src="../_static/jquery.js"></script>
25
- <script type="text/javascript" src="../_static/underscore.js"></script>
26
- <script type="text/javascript" src="../_static/doctools.js"></script>
27
- <script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js"></script>
28
- <script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
29
- <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
- <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
- <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake documentation" href="../index.html" />
33
- <link rel="next" title="Known Issues" href="../known_issues.html" />
34
- <link rel="prev" title="bakeclean" href="../tips_and_tricks/bakeclean.html" />
35
- <meta charset='utf-8'>
36
- <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
37
- <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
38
- <meta name="apple-mobile-web-app-capable" content="yes">
39
-
40
- </head>
41
- <body role="document">
42
-
43
- <div id="navbar" class="navbar navbar-default navbar-fixed-top">
44
- <div class="container">
45
- <div class="navbar-header">
46
- <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
47
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
48
- <span class="icon-bar"></span>
49
- <span class="icon-bar"></span>
50
- <span class="icon-bar"></span>
51
- </button>
52
- <a class="navbar-brand" href="../index.html"><img src="../_static/logo_conformant_48.png">
53
- </a>
54
- <span class="navbar-text navbar-version pull-left"><b></b></span>
55
- </div>
56
-
57
- <div class="collapse navbar-collapse nav-collapse">
58
- <ul class="nav navbar-nav">
59
-
60
-
61
- <li class="dropdown globaltoc-container">
62
- <a role="button"
63
- id="dLabelGlobalToc"
64
- data-toggle="dropdown"
65
- data-target="#"
66
- href="../index.html">Section <b class="caret"></b></a>
67
- <ul class="dropdown-menu globaltoc"
68
- role="menu"
69
- aria-labelledby="dLabelGlobalToc"><ul class="current">
70
- <li class="toctree-l1"><a class="reference internal" href="../why_bake/why_bake.html">Why you should use bake</a></li>
71
- <li class="toctree-l1"><a class="reference internal" href="../install/install_bake.html">Install bake</a></li>
72
- <li class="toctree-l1"><a class="reference internal" href="../quickstart/quickstart.html">Quickstart</a></li>
73
- <li class="toctree-l1"><a class="reference internal" href="../concepts/concepts.html">Concepts</a></li>
74
- <li class="toctree-l1"><a class="reference internal" href="../syntax/syntax.html">Syntax</a></li>
75
- <li class="toctree-l1"><a class="reference internal" href="../commandline/commandline.html">Commandline</a></li>
76
- <li class="toctree-l1"><a class="reference internal" href="../ide/ide_integrations.html">IDE Support</a></li>
77
- <li class="toctree-l1"><a class="reference internal" href="../tips_and_tricks/tips_and_tricks.html">Additional features</a></li>
78
- <li class="toctree-l1 current"><a class="current reference internal" href="">Performance</a></li>
79
- <li class="toctree-l1"><a class="reference internal" href="../known_issues.html">Known Issues</a></li>
80
- <li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
81
- <li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
82
- </ul>
83
- <ul>
84
- <li class="toctree-l1"><a class="reference internal" href="../internal.html">Internal developing notes</a></li>
85
- </ul>
86
- </ul>
87
- </li>
88
-
89
- <li class="dropdown">
90
- <a role="button"
91
- id="dLabelLocalToc"
92
- data-toggle="dropdown"
93
- data-target="#"
94
- href="#">SubSections <b class="caret"></b></a>
95
- <ul class="dropdown-menu localtoc"
96
- role="menu"
97
- aria-labelledby="dLabelLocalToc"><ul>
98
- <li><a class="reference internal" href="#">Performance</a><ul>
99
- <li><a class="reference internal" href="#eclipse-vs-bake">Eclipse vs. bake</a><ul>
100
- <li><a class="reference internal" href="#test-environement">Test Environement</a></li>
101
- <li><a class="reference internal" href="#test-results">Test Results</a></li>
102
- </ul>
103
- </li>
104
- <li><a class="reference internal" href="#cmake-with-unix-makefiles-vs-bake">CMake with Unix makefiles vs. bake</a><ul>
105
- <li><a class="reference internal" href="#id1">Test Environement</a></li>
106
- <li><a class="reference internal" href="#id2">Test Results</a></li>
107
- </ul>
108
- </li>
109
- <li><a class="reference internal" href="#performance-using-different-rubies">Performance using different rubies</a><ul>
110
- <li><a class="reference internal" href="#id3">Test Environement</a></li>
111
- <li><a class="reference internal" href="#id4">Test Results</a></li>
112
- </ul>
113
- </li>
114
- </ul>
115
- </li>
116
- </ul>
117
- </ul>
118
- </li>
119
-
120
-
121
-
122
-
123
-
124
- <li>
125
- <a href="../tips_and_tricks/bakeclean.html" title="Previous Chapter: bakeclean"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; bakeclean</span>
126
- </a>
127
- </li>
128
- <li>
129
- <a href="../known_issues.html" title="Next Chapter: Known Issues"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Known Issues &raquo;</span>
130
- </a>
131
- </li>
132
-
133
-
134
-
135
-
136
-
137
- </ul>
138
-
139
-
140
-
141
- <form class="navbar-form navbar-right" action="../search.html" method="get">
142
- <div class="form-group">
143
- <input type="text" name="q" class="form-control" placeholder="Search" />
144
- </div>
145
- <input type="hidden" name="check_keywords" value="yes" />
146
- <input type="hidden" name="area" value="default" />
147
- </form>
148
-
149
- </div>
150
- </div>
151
- </div>
152
-
153
- <div class="container">
154
- <div class="row">
155
- <div class="col-md-12">
156
-
157
- <div class="section" id="performance">
158
- <h1>Performance<a class="headerlink" href="#performance" title="Permalink to this headline">¶</a></h1>
159
- <div class="section" id="eclipse-vs-bake">
160
- <h2>Eclipse vs. bake<a class="headerlink" href="#eclipse-vs-bake" title="Permalink to this headline">¶</a></h2>
161
- <div class="section" id="test-environement">
162
- <h3>Test Environement<a class="headerlink" href="#test-environement" title="Permalink to this headline">¶</a></h3>
163
- <table border="1" class="docutils">
164
- <colgroup>
165
- <col width="21%" />
166
- <col width="14%" />
167
- <col width="65%" />
168
- </colgroup>
169
- <tbody valign="top">
170
- <tr class="row-odd"><td>Test-System</td>
171
- <td><p class="first"><em>CPU:</em></p>
172
- <p><em>RAM:</em></p>
173
- <p><em>OS :</em></p>
174
- <p class="last"><em>HDD:</em></p>
175
- </td>
176
- <td><p class="first">Intel Xeon W3520 (4x 2.67 GHz)</p>
177
- <p>4 GB</p>
178
- <p>Windows XP</p>
179
- <p class="last">Raid</p>
180
- </td>
181
- </tr>
182
- <tr class="row-even"><td>Test-Application</td>
183
- <td colspan="2">~200 projects</td>
184
- </tr>
185
- <tr class="row-odd"><td>Ruby-Version</td>
186
- <td colspan="2">ruby 1.9.2</td>
187
- </tr>
188
- <tr class="row-even"><td>Tests-Runs</td>
189
- <td>30</td>
190
- <td>&nbsp;</td>
191
- </tr>
192
- </tbody>
193
- </table>
194
- </div>
195
- <div class="section" id="test-results">
196
- <h3>Test Results<a class="headerlink" href="#test-results" title="Permalink to this headline">¶</a></h3>
197
- <table border="1" class="docutils">
198
- <colgroup>
199
- <col width="32%" />
200
- <col width="32%" />
201
- <col width="36%" />
202
- </colgroup>
203
- <thead valign="bottom">
204
- <tr class="row-odd"><th class="head">Test</th>
205
- <th class="head">Eclipse 3.6.1, CDT 6</th>
206
- <th class="head">bake</th>
207
- </tr>
208
- </thead>
209
- <tbody valign="top">
210
- <tr class="row-even"><td>Build whole workspace</td>
211
- <td>13:01 min</td>
212
- <td>7:19 min</td>
213
- </tr>
214
- <tr class="row-odd"><td>Rebuild without clean</td>
215
- <td>3:05 min</td>
216
- <td>0:50 min</td>
217
- </tr>
218
- <tr class="row-even"><td>Clean whole workspace</td>
219
- <td>0:41 min</td>
220
- <td>0:08 min</td>
221
- </tr>
222
- <tr class="row-odd"><td>Clean the cleaned workspace</td>
223
- <td>0:35 min</td>
224
- <td>0:02 min</td>
225
- </tr>
226
- </tbody>
227
- </table>
228
- <div class="admonition note">
229
- <p class="first admonition-title">Note</p>
230
- <p class="last">For the build <cite>Eclipse</cite> needs additional <cite>300 MB of RAM</cite>, in contrast <cite>bake</cite> takes up <cite>35 MB</cite> of RAM at it&#8217;s peak.</p>
231
- </div>
232
- </div>
233
- </div>
234
- <div class="section" id="cmake-with-unix-makefiles-vs-bake">
235
- <h2>CMake with Unix makefiles vs. bake<a class="headerlink" href="#cmake-with-unix-makefiles-vs-bake" title="Permalink to this headline">¶</a></h2>
236
- <div class="section" id="id1">
237
- <h3>Test Environement<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
238
- <table border="1" class="docutils">
239
- <colgroup>
240
- <col width="21%" />
241
- <col width="14%" />
242
- <col width="65%" />
243
- </colgroup>
244
- <tbody valign="top">
245
- <tr class="row-odd"><td>Test-System</td>
246
- <td><p class="first"><em>CPU:</em></p>
247
- <p><em>RAM:</em></p>
248
- <p><em>OS :</em></p>
249
- <p class="last"><em>HDD:</em></p>
250
- </td>
251
- <td><p class="first">Intel Xeon W3520 (4x 2.67 GHz)</p>
252
- <p>4 GB</p>
253
- <p>Windows XP</p>
254
- <p class="last">Raid</p>
255
- </td>
256
- </tr>
257
- <tr class="row-even"><td>Test-Application</td>
258
- <td colspan="2">~100 projects</td>
259
- </tr>
260
- <tr class="row-odd"><td>Ruby-Version</td>
261
- <td colspan="2">-</td>
262
- </tr>
263
- <tr class="row-even"><td>Tests-Runs</td>
264
- <td>-</td>
265
- <td>&nbsp;</td>
266
- </tr>
267
- </tbody>
268
- </table>
269
- </div>
270
- <div class="section" id="id2">
271
- <h3>Test Results<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
272
- <ul class="simple">
273
- <li>Build whole workspace: bake is <cite>~10%</cite> faster</li>
274
- <li>Build again without clean: bake is <cite>~50%</cite> faster</li>
275
- <li>Clean whole workspace: bake is <cite>~80%</cite> faster</li>
276
- </ul>
277
- </div>
278
- </div>
279
- <div class="section" id="performance-using-different-rubies">
280
- <h2>Performance using different rubies<a class="headerlink" href="#performance-using-different-rubies" title="Permalink to this headline">¶</a></h2>
281
- <div class="section" id="id3">
282
- <h3>Test Environement<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
283
- <table border="1" class="docutils">
284
- <colgroup>
285
- <col width="21%" />
286
- <col width="14%" />
287
- <col width="65%" />
288
- </colgroup>
289
- <tbody valign="top">
290
- <tr class="row-odd"><td>Test-System</td>
291
- <td><p class="first"><em>CPU:</em></p>
292
- <p><em>RAM:</em></p>
293
- <p><em>OS :</em></p>
294
- <p class="last"><em>HDD:</em></p>
295
- </td>
296
- <td><p class="first">Intel Xeon W3520 (4x 2.67 GHz)</p>
297
- <p>4 GB</p>
298
- <p>Windows XP</p>
299
- <p class="last">Raid</p>
300
- </td>
301
- </tr>
302
- <tr class="row-even"><td>Test-Application</td>
303
- <td colspan="2">~200 projects</td>
304
- </tr>
305
- <tr class="row-odd"><td>Tests-Runs</td>
306
- <td>30</td>
307
- <td>&nbsp;</td>
308
- </tr>
309
- </tbody>
310
- </table>
311
- </div>
312
- <div class="section" id="id4">
313
- <h3>Test Results<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
314
- <table border="1" class="docutils">
315
- <colgroup>
316
- <col width="23%" />
317
- <col width="19%" />
318
- <col width="19%" />
319
- <col width="19%" />
320
- <col width="19%" />
321
- </colgroup>
322
- <thead valign="bottom">
323
- <tr class="row-odd"><th class="head"></th>
324
- <th class="head">ruby 1.8.6p398</th>
325
- <th class="head">ruby 1.8.7p352</th>
326
- <th class="head">ruby 1.9.2p180</th>
327
- <th class="head">ruby 1.9.3p0</th>
328
- </tr>
329
- </thead>
330
- <tbody valign="top">
331
- <tr class="row-even"><td>Build whole workspace</td>
332
- <td>13:58 min</td>
333
- <td>8:07 min</td>
334
- <td>7:19 min</td>
335
- <td>7:28 min</td>
336
- </tr>
337
- <tr class="row-odd"><td>Build single file</td>
338
- <td>1,20 sec</td>
339
- <td>1,87 sec</td>
340
- <td>2,38 sec</td>
341
- <td>1,29 sec</td>
342
- </tr>
343
- </tbody>
344
- </table>
345
- <div class="admonition note">
346
- <p class="first admonition-title">Note</p>
347
- <ul class="last simple">
348
- <li>ruby 1.8.6 uses only ONE native thread for multiple ruby threads.</li>
349
- <li>ruby 1.9.2 for Windows needs very long to startup for complex applications, which is fixed in 1.9.3</li>
350
- </ul>
351
- </div>
352
- </div>
353
- </div>
354
- </div>
355
-
356
-
357
- </div>
358
-
359
- </div>
360
- </div>
361
- <footer class="footer">
362
- <div class="container">
363
- <p class="pull-right">
364
- <a href="#">Back to top</a>
365
-
366
- </p>
367
- <p>
368
- &copy; Copyright 2016, E.S.R.Labs AG.<br/>
369
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
370
- </p>
371
- </div>
372
- </footer>
373
- </body>
1
+ <!DOCTYPE html>
2
+
3
+
4
+ <html xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+
8
+ <title>Performance &mdash; bake documentation</title>
9
+
10
+ <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
12
+ <link rel="stylesheet" href="../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
13
+ <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
14
+
15
+ <script type="text/javascript">
16
+ var DOCUMENTATION_OPTIONS = {
17
+ URL_ROOT: '../',
18
+ VERSION: '',
19
+ COLLAPSE_INDEX: false,
20
+ FILE_SUFFIX: '.html',
21
+ HAS_SOURCE: true
22
+ };
23
+ </script>
24
+ <script type="text/javascript" src="../_static/jquery.js"></script>
25
+ <script type="text/javascript" src="../_static/underscore.js"></script>
26
+ <script type="text/javascript" src="../_static/doctools.js"></script>
27
+ <script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js"></script>
28
+ <script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
29
+ <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
+ <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
+ <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
+ <link rel="top" title="bake documentation" href="../index.html" />
33
+ <link rel="next" title="Known Issues" href="../known_issues.html" />
34
+ <link rel="prev" title="bakeclean" href="../tips_and_tricks/bakeclean.html" />
35
+ <meta charset='utf-8'>
36
+ <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
37
+ <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
38
+ <meta name="apple-mobile-web-app-capable" content="yes">
39
+
40
+ </head>
41
+ <body role="document">
42
+
43
+ <div id="navbar" class="navbar navbar-default navbar-fixed-top">
44
+ <div class="container">
45
+ <div class="navbar-header">
46
+ <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
47
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
48
+ <span class="icon-bar"></span>
49
+ <span class="icon-bar"></span>
50
+ <span class="icon-bar"></span>
51
+ </button>
52
+ <a class="navbar-brand" href="../index.html"><img src="../_static/logo_tiny_48.png">
53
+ </a>
54
+ <span class="navbar-text navbar-version pull-left"><b></b></span>
55
+ </div>
56
+
57
+ <div class="collapse navbar-collapse nav-collapse">
58
+ <ul class="nav navbar-nav">
59
+
60
+
61
+ <li class="dropdown globaltoc-container">
62
+ <a role="button"
63
+ id="dLabelGlobalToc"
64
+ data-toggle="dropdown"
65
+ data-target="#"
66
+ href="../index.html">Section <b class="caret"></b></a>
67
+ <ul class="dropdown-menu globaltoc"
68
+ role="menu"
69
+ aria-labelledby="dLabelGlobalToc"><ul class="current">
70
+ <li class="toctree-l1"><a class="reference internal" href="../why_bake/why_bake.html">Why you should use bake</a></li>
71
+ <li class="toctree-l1"><a class="reference internal" href="../install/install_bake.html">Install bake</a></li>
72
+ <li class="toctree-l1"><a class="reference internal" href="../quickstart/quickstart.html">Quickstart</a></li>
73
+ <li class="toctree-l1"><a class="reference internal" href="../concepts/concepts.html">Concepts</a></li>
74
+ <li class="toctree-l1"><a class="reference internal" href="../syntax/syntax.html">Syntax</a></li>
75
+ <li class="toctree-l1"><a class="reference internal" href="../commandline/commandline.html">Commandline</a></li>
76
+ <li class="toctree-l1"><a class="reference internal" href="../ide/ide_integrations.html">IDE Support</a></li>
77
+ <li class="toctree-l1"><a class="reference internal" href="../tips_and_tricks/tips_and_tricks.html">Additional features</a></li>
78
+ <li class="toctree-l1 current"><a class="current reference internal" href="">Performance</a></li>
79
+ <li class="toctree-l1"><a class="reference internal" href="../known_issues.html">Known Issues</a></li>
80
+ <li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
81
+ <li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
82
+ </ul>
83
+ <ul>
84
+ <li class="toctree-l1"><a class="reference internal" href="../internal.html">Internal developing notes</a></li>
85
+ </ul>
86
+ </ul>
87
+ </li>
88
+
89
+ <li class="dropdown">
90
+ <a role="button"
91
+ id="dLabelLocalToc"
92
+ data-toggle="dropdown"
93
+ data-target="#"
94
+ href="#">SubSections <b class="caret"></b></a>
95
+ <ul class="dropdown-menu localtoc"
96
+ role="menu"
97
+ aria-labelledby="dLabelLocalToc"><ul>
98
+ <li><a class="reference internal" href="#">Performance</a><ul>
99
+ <li><a class="reference internal" href="#eclipse-vs-bake">Eclipse vs. bake</a><ul>
100
+ <li><a class="reference internal" href="#test-environement">Test Environement</a></li>
101
+ <li><a class="reference internal" href="#test-results">Test Results</a></li>
102
+ </ul>
103
+ </li>
104
+ <li><a class="reference internal" href="#cmake-with-unix-makefiles-vs-bake">CMake with Unix makefiles vs. bake</a><ul>
105
+ <li><a class="reference internal" href="#id1">Test Environement</a></li>
106
+ <li><a class="reference internal" href="#id2">Test Results</a></li>
107
+ </ul>
108
+ </li>
109
+ <li><a class="reference internal" href="#performance-using-different-rubies">Performance using different rubies</a><ul>
110
+ <li><a class="reference internal" href="#id3">Test Environement</a></li>
111
+ <li><a class="reference internal" href="#id4">Test Results</a></li>
112
+ </ul>
113
+ </li>
114
+ </ul>
115
+ </li>
116
+ </ul>
117
+ </ul>
118
+ </li>
119
+
120
+
121
+
122
+
123
+
124
+ <li>
125
+ <a href="../tips_and_tricks/bakeclean.html" title="Previous Chapter: bakeclean"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; bakeclean</span>
126
+ </a>
127
+ </li>
128
+ <li>
129
+ <a href="../known_issues.html" title="Next Chapter: Known Issues"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Known Issues &raquo;</span>
130
+ </a>
131
+ </li>
132
+
133
+
134
+
135
+
136
+
137
+ </ul>
138
+
139
+
140
+
141
+ <form class="navbar-form navbar-right" action="../search.html" method="get">
142
+ <div class="form-group">
143
+ <input type="text" name="q" class="form-control" placeholder="Search" />
144
+ </div>
145
+ <input type="hidden" name="check_keywords" value="yes" />
146
+ <input type="hidden" name="area" value="default" />
147
+ </form>
148
+
149
+ </div>
150
+ </div>
151
+ </div>
152
+
153
+ <div class="container">
154
+ <div class="row">
155
+ <div class="col-md-12">
156
+
157
+ <div class="section" id="performance">
158
+ <h1>Performance<a class="headerlink" href="#performance" title="Permalink to this headline">¶</a></h1>
159
+ <div class="section" id="eclipse-vs-bake">
160
+ <h2>Eclipse vs. bake<a class="headerlink" href="#eclipse-vs-bake" title="Permalink to this headline">¶</a></h2>
161
+ <div class="section" id="test-environement">
162
+ <h3>Test Environement<a class="headerlink" href="#test-environement" title="Permalink to this headline">¶</a></h3>
163
+ <table border="1" class="docutils">
164
+ <colgroup>
165
+ <col width="21%" />
166
+ <col width="14%" />
167
+ <col width="65%" />
168
+ </colgroup>
169
+ <tbody valign="top">
170
+ <tr class="row-odd"><td>Test-System</td>
171
+ <td><p class="first"><em>CPU:</em></p>
172
+ <p><em>RAM:</em></p>
173
+ <p><em>OS :</em></p>
174
+ <p class="last"><em>HDD:</em></p>
175
+ </td>
176
+ <td><p class="first">Intel Xeon W3520 (4x 2.67 GHz)</p>
177
+ <p>4 GB</p>
178
+ <p>Windows XP</p>
179
+ <p class="last">Raid</p>
180
+ </td>
181
+ </tr>
182
+ <tr class="row-even"><td>Test-Application</td>
183
+ <td colspan="2">~200 projects</td>
184
+ </tr>
185
+ <tr class="row-odd"><td>Ruby-Version</td>
186
+ <td colspan="2">ruby 1.9.2</td>
187
+ </tr>
188
+ <tr class="row-even"><td>Tests-Runs</td>
189
+ <td>30</td>
190
+ <td>&nbsp;</td>
191
+ </tr>
192
+ </tbody>
193
+ </table>
194
+ </div>
195
+ <div class="section" id="test-results">
196
+ <h3>Test Results<a class="headerlink" href="#test-results" title="Permalink to this headline">¶</a></h3>
197
+ <table border="1" class="docutils">
198
+ <colgroup>
199
+ <col width="32%" />
200
+ <col width="32%" />
201
+ <col width="36%" />
202
+ </colgroup>
203
+ <thead valign="bottom">
204
+ <tr class="row-odd"><th class="head">Test</th>
205
+ <th class="head">Eclipse 3.6.1, CDT 6</th>
206
+ <th class="head">bake</th>
207
+ </tr>
208
+ </thead>
209
+ <tbody valign="top">
210
+ <tr class="row-even"><td>Build whole workspace</td>
211
+ <td>13:01 min</td>
212
+ <td>7:19 min</td>
213
+ </tr>
214
+ <tr class="row-odd"><td>Rebuild without clean</td>
215
+ <td>3:05 min</td>
216
+ <td>0:50 min</td>
217
+ </tr>
218
+ <tr class="row-even"><td>Clean whole workspace</td>
219
+ <td>0:41 min</td>
220
+ <td>0:08 min</td>
221
+ </tr>
222
+ <tr class="row-odd"><td>Clean the cleaned workspace</td>
223
+ <td>0:35 min</td>
224
+ <td>0:02 min</td>
225
+ </tr>
226
+ </tbody>
227
+ </table>
228
+ <div class="admonition note">
229
+ <p class="first admonition-title">Note</p>
230
+ <p class="last">For the build <cite>Eclipse</cite> needs additional <cite>300 MB of RAM</cite>, in contrast <cite>bake</cite> takes up <cite>35 MB</cite> of RAM at it&#8217;s peak.</p>
231
+ </div>
232
+ </div>
233
+ </div>
234
+ <div class="section" id="cmake-with-unix-makefiles-vs-bake">
235
+ <h2>CMake with Unix makefiles vs. bake<a class="headerlink" href="#cmake-with-unix-makefiles-vs-bake" title="Permalink to this headline">¶</a></h2>
236
+ <div class="section" id="id1">
237
+ <h3>Test Environement<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
238
+ <table border="1" class="docutils">
239
+ <colgroup>
240
+ <col width="21%" />
241
+ <col width="14%" />
242
+ <col width="65%" />
243
+ </colgroup>
244
+ <tbody valign="top">
245
+ <tr class="row-odd"><td>Test-System</td>
246
+ <td><p class="first"><em>CPU:</em></p>
247
+ <p><em>RAM:</em></p>
248
+ <p><em>OS :</em></p>
249
+ <p class="last"><em>HDD:</em></p>
250
+ </td>
251
+ <td><p class="first">Intel Xeon W3520 (4x 2.67 GHz)</p>
252
+ <p>4 GB</p>
253
+ <p>Windows XP</p>
254
+ <p class="last">Raid</p>
255
+ </td>
256
+ </tr>
257
+ <tr class="row-even"><td>Test-Application</td>
258
+ <td colspan="2">~100 projects</td>
259
+ </tr>
260
+ <tr class="row-odd"><td>Ruby-Version</td>
261
+ <td colspan="2">-</td>
262
+ </tr>
263
+ <tr class="row-even"><td>Tests-Runs</td>
264
+ <td>-</td>
265
+ <td>&nbsp;</td>
266
+ </tr>
267
+ </tbody>
268
+ </table>
269
+ </div>
270
+ <div class="section" id="id2">
271
+ <h3>Test Results<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
272
+ <ul class="simple">
273
+ <li>Build whole workspace: bake is <cite>~10%</cite> faster</li>
274
+ <li>Build again without clean: bake is <cite>~50%</cite> faster</li>
275
+ <li>Clean whole workspace: bake is <cite>~80%</cite> faster</li>
276
+ </ul>
277
+ </div>
278
+ </div>
279
+ <div class="section" id="performance-using-different-rubies">
280
+ <h2>Performance using different rubies<a class="headerlink" href="#performance-using-different-rubies" title="Permalink to this headline">¶</a></h2>
281
+ <div class="section" id="id3">
282
+ <h3>Test Environement<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
283
+ <table border="1" class="docutils">
284
+ <colgroup>
285
+ <col width="21%" />
286
+ <col width="14%" />
287
+ <col width="65%" />
288
+ </colgroup>
289
+ <tbody valign="top">
290
+ <tr class="row-odd"><td>Test-System</td>
291
+ <td><p class="first"><em>CPU:</em></p>
292
+ <p><em>RAM:</em></p>
293
+ <p><em>OS :</em></p>
294
+ <p class="last"><em>HDD:</em></p>
295
+ </td>
296
+ <td><p class="first">Intel Xeon W3520 (4x 2.67 GHz)</p>
297
+ <p>4 GB</p>
298
+ <p>Windows XP</p>
299
+ <p class="last">Raid</p>
300
+ </td>
301
+ </tr>
302
+ <tr class="row-even"><td>Test-Application</td>
303
+ <td colspan="2">~200 projects</td>
304
+ </tr>
305
+ <tr class="row-odd"><td>Tests-Runs</td>
306
+ <td>30</td>
307
+ <td>&nbsp;</td>
308
+ </tr>
309
+ </tbody>
310
+ </table>
311
+ </div>
312
+ <div class="section" id="id4">
313
+ <h3>Test Results<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
314
+ <table border="1" class="docutils">
315
+ <colgroup>
316
+ <col width="23%" />
317
+ <col width="19%" />
318
+ <col width="19%" />
319
+ <col width="19%" />
320
+ <col width="19%" />
321
+ </colgroup>
322
+ <thead valign="bottom">
323
+ <tr class="row-odd"><th class="head"></th>
324
+ <th class="head">ruby 1.8.6p398</th>
325
+ <th class="head">ruby 1.8.7p352</th>
326
+ <th class="head">ruby 1.9.2p180</th>
327
+ <th class="head">ruby 1.9.3p0</th>
328
+ </tr>
329
+ </thead>
330
+ <tbody valign="top">
331
+ <tr class="row-even"><td>Build whole workspace</td>
332
+ <td>13:58 min</td>
333
+ <td>8:07 min</td>
334
+ <td>7:19 min</td>
335
+ <td>7:28 min</td>
336
+ </tr>
337
+ <tr class="row-odd"><td>Build single file</td>
338
+ <td>1,20 sec</td>
339
+ <td>1,87 sec</td>
340
+ <td>2,38 sec</td>
341
+ <td>1,29 sec</td>
342
+ </tr>
343
+ </tbody>
344
+ </table>
345
+ <div class="admonition note">
346
+ <p class="first admonition-title">Note</p>
347
+ <ul class="last simple">
348
+ <li>ruby 1.8.6 uses only ONE native thread for multiple ruby threads.</li>
349
+ <li>ruby 1.9.2 for Windows needs very long to startup for complex applications, which is fixed in 1.9.3</li>
350
+ </ul>
351
+ </div>
352
+ </div>
353
+ </div>
354
+ </div>
355
+
356
+
357
+ </div>
358
+
359
+ </div>
360
+ </div>
361
+ <footer class="footer">
362
+ <div class="container">
363
+ <p class="pull-right">
364
+ <a href="#">Back to top</a>
365
+
366
+ </p>
367
+ <p>
368
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
369
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
370
+ </p>
371
+ </div>
372
+ </footer>
373
+ </body>
374
374
  </html>