Commit Graph
6 Commits
Author SHA1 Message Date
Matt Bacchi a32c8a5808 Generate symbols using single thread
On the Windows x86 platform we saw a large performance
degradation when using multiple threads for the
generate_breakpad_symbols target. If we run it single
threaded instead it runs in less than two minutes
vs. over two hours multi-threaded.

Also add elapsed time taken for each symbol file generated.

Python GIL info has been added to the
[devops wiki](https://github.com/brave/devops/wiki/Python-GIL).

Fixes: https://github.com/brave/devops/issues/889
2019-09-04 14:36:06 -06:00
AlexeyBarabash 572cb6528f wrapped with try finally to avoid infinite wait on failure 2018-02-14 19:18:03 +02:00
Brian R. Bondy 00a8d69831 Build dump_syms for Windows too 2018-02-11 11:28:14 -05:00
Brian R. Bondy 43c4fcbc94 Add create_dist and symbol build config 2018-02-09 13:45:46 -05:00
AlexeyBarabash 6b2310de87 Revert "Add create_dist and symbol build config"
This reverts commit 10819c1926.
2018-02-08 19:54:27 +02:00
Brian R. Bondy 10819c1926 Add create_dist and symbol build config 2018-02-06 22:20:05 -05:00