RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift
MIT License
4.3k stars 260 forks source link

Plugin suggestions to improve build times #19

Closed nobre84 closed 8 years ago

nobre84 commented 8 years ago

The plugin currently only shows the method/line that is taking too long. Could it have some insight on what exactly is causing the slowdown and suggestions for improvement ?

RobertGummesson commented 8 years ago

I'm afraid I won't be able to make the plug-in that intelligent. Apple does not expose why the compiler is confused to us mortals so we have to rule it out ourselves line by line. :(