[Lldb-commits] [PATCH] D19998: Add a "-gmodules" category to the test suite.

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Wed May 25 13:09:18 PDT 2016


tfiala added a comment.

Updated timings, now with OS X:

| Configuration                                                 | Time (seconds)(mm:ss) |
| Ubuntu 15.10 6-core, 24 GB RAM, TOT clang, no gmodules        | 377 (6:17)            |
| Ubuntu 15.10 6-core, 24 GB RAM, TOT clang, with gmodules      | 517 (8:37)            |
| OS X 10.5 8-core, 32 GB RAM, Xcode 7.3.1 clang, no gmodules   | 361 (6:01)            |
| OS X 10.5 8-core, 32 GB RAM, Xcode 7.3.1 clang, with gmodules | 500 (8:20)            |



| Configuration                                  | Net increase (%) |
| Ubuntu 15.10 6-core, 24 GB RAM, TOT clang      | 37               |
| OS X 10.5 8-core, 32 GB RAM, Xcode 7.3.1 clang | 39               |


http://reviews.llvm.org/D19998





More information about the lldb-commits mailing list