RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summarize Build Time per Pods Target

Buju77 opened this issue · comments

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

  • accumulate all build times from same Pod (Swift module)
  • display a new list for all the Swift modules
  • clicking on one item in the list opens current view what we have, but just filtered by that Swift module only

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

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