RobertGummesson / BuildTimeAnalyzer-for-Xcode

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

Summarize Build Time per Pods Target #99

Open Buju77 opened 4 years ago

Buju77 commented 4 years ago

We are heavily using Cocoapods in our projects. We usually have a lot of pods included to our app targets.

It would be nice to see which Pods (Swift module) takes up the most time to compile.

Without knowing how this tool works, here my brain dump ideas :D

RobertGummesson commented 4 years ago

Thanks, I am no longer developing this project actively but am open to contributions if someone would make it compatible with CocoaPods.

Buju77 commented 4 years ago

Do you have any starting points how to achieve this feature?