EmergeTools / ETTrace

Easily and accurately profile iOS apps
https://www.emergetools.com/ettrace
MIT License
532 stars 20 forks source link

Symbolicate multithread in parallel #49

Closed noahsmartin closed 10 months ago

noahsmartin commented 12 months ago

When multiple threads are symbolicated, we call symbolicator.symbolicate for each thread, so threads are not able to symbolicate in parallel. This slows down symbolication, we should do it once for all threads with parallelism for different libraries.

noahsmartin commented 10 months ago

Fixed in https://github.com/EmergeTools/ETTrace/pull/61